/* CSS Document */

#dropmenudiv{
position:absolute;
/*_border:1px solid black;
border:1px solid yellow; */
/* _font:normal 12px Verdana; */
font:normal 12px/18px Arial, Helvetica, sans-serif;
z-index:100;
text-decoration: none;
visibility: hidden;
}

#dropmenudiv a{
	text-decoration:none;
	color: yellow;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF66;
	border-right-color: #4A524A;
	border-bottom-color: #4A524A;
	border-left-color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #df4800;
color: yellow;
}