/* CSS Document */

#dropmenudiv{
	position:absolute;
	background-color: #D1C2B8;
	border:0px solid black;
	border-bottom-width: 0;
	font:normal 11px arial;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	color:#606060;
	border-right: 6px solid #B0A197;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	color:#FFFFFF;
	/* background-color: #B0A197; */
	background-color: #610B2E;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 135px;
	background-color: #FFFFB9;
}





#to_order{
	position:absolute;
	background-color: #A6D1DD;
	border:0px solid black;
	border-bottom-width: 0;
	font:normal 11px arial;
	line-height:18px;
	z-index:100;
}

#to_order a{
	width: 100%;
	display: block;
	text-indent: 3px;
	color:#606060;
	border-right: 6px solid #73B1C3;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#to_order a:hover{ /*hover background color*/
	color:#FFFFFF;
	background-color: #73B1C3;
}

