
#dropdown{
	width: 458px;
	font-family:tahoma;
	font-size:11px;
	color: #51340b;
	margin-top: 10px;
	height:35px;
	position:relative;
	z-index:9;
	float:left;
}

#dropdown li.first{
	width: 150px;
	float:left;
	display:block;
}

a.menu_start{
	width: 140px;
	height: 25px;
	display:block;
	padding-left: 10px;
	padding-top:10px;
	background:white url("../img/down_start.png") center bottom no-repeat;
	font-weight:bold;
	text-decoration:none;
	color: #51340b;
}

a:hover.menu_start{
	background:white url("../img/down_start2.gif") center top no-repeat;
	text-decoration:underline
}


/* Styles for Menu Items */

ul#dropdown li ul li a{
	background: #e6efd5;
	color:#51340b;
	display:block;
	height:18px;
	padding-top:4px;
	padding-left:8px;
	border-bottom:1px solid #ced9b8;
}

ul#dropdown li ul li a:hover{

	background-color: #ced9b8;
	text-decoration:none;

}

li ul {

	position: absolute;

	display: none;

	width: 150px !important;

	z-index: 99999;

	background: transparent url('../img/list_end.gif') center bottom no-repeat;
	
	padding-bottom:5px;

}

	

li ul li{

		width: 150px !important;

		clear: both;

		display: block;

}




	

/* Holly Hack. IE Requirement \

* html ul#dropdown li { float: left; height: 1%; }

* html ul#dropdown li a { height: 1%; }*/

/* End */



li:hover ul, li.over ul { display: block; } /* The magic */
li.over a.menu_start, li:hover a.menu_start{
	background:white url("../img/down_start2.gif") center top no-repeat;
	text-decoration:underline;
}
