#cssdropdown{padding: 0;margin: 0;background-color:#eac248;list-style:none;z-index:10;margin-top:-33px;}

#cssdropdown ul {list-style: none;padding:0;margin:0;}

#cssdropdown li {float: left;position: relative;}

.mainitems{
	background-color:#eac248;
}

.mainitems a{
	padding:0 15px 0 10px;
	margin:0;
	line-height:33px;
	color:#020202;
	background-color:#D4D0D0;/*#eac248*/
	height:33px;
	display:block;
	font-weight:bold;
	font-size:10px;
	font-family:Tahoma;
	text-transform:none;
	float:left;
}

.mainitems a:hover
{
	text-decoration:underline;
	color:#020202;/*#020202*/
}

.subuls{
	display: none;
	/*position: absolute;*/
	top: 33px;
	left: 0;
	width:180px;
	background-color: #EE6A2A;
	border:none;
	border-top:1px solid #B58E14;
	padding:0;
	margin:0;
}

.subuls li{
	width: 180px;
	height:33px;
	clear:both;
	margin-bottom:0;
	border-bottom:1px solid #EE6A2A;
}

.subuls li a{
	display:block;
	background-color:#D6C084;
	width:180px;
	color:#020202;
	line-height:33px;
	height:33px;
	padding:0;margin:0;
	text-indent:10px;
	border-left:1px solid #b58e14;
	border-right:1px solid #EE6A2A;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 100%;
	left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	height:33px;
	background-color:#EE6A2A;
}


