body 
{
font:11px Verdana;

}

.dropdown {
	float:left;
	padding-right:2px;
	padding-left:2px;
	color: #E33E20;
	background-color: #f2f2f2;
}
.dropdown dt {
	width:auto;
	padding:4px;
	font-weight:bold;
	cursor:pointer;
}
.dropdown dt:hover {
	background-color: #EEEEEE;
}
.dropdown dd {position:absolute; overflow:hidden; width:100px; display:none; z-index:200; opacity:0}
.dropdown ul {width:100px; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#999;
	text-decoration:none;
	background:#F2F2F2;
	width:100px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
.dropdown a:hover {
	background:#ccc;
	color:#333333
}
.dropdown .underline {border-bottom:1px solid #ccc}

INPUT.hintTextbox       { color: #888; }
INPUT.hintTextboxActive { color: #000; }

#dropmenudiv{
position:absolute;
margin-top:5px;
margin-left:-3px;
border:1px white;
border-bottom-width: 1;
font:normal 11px Verdana;
line-height:15px;
z-index:100;
}

#dropmenudiv a{
width: 167px;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 3px 0;
text-decoration: none;
font-weight: normal;
color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #eeeeee;
color:red;
font:bold;
}

