* 
{
	padding:0px; margin:0px
}

.dropdown, .dropdown2
{
	float:left; 
}

.dropdown dt, .dropdown2 dt
{
	height:23px; 
	/*background: solid #9ac1c9;  */
	background:#9ac1c9;
	font-weight:bold; 
	cursor:pointer;
	width:113px;
}

.dropdown dt
{
	background:url('../images/scrollbar.jpg');
}

.dropdown2 dt
{
	background:url('../images/scrollbar2.jpg');
}	

.dropdown dd, .dropdown2 dd 
{
	position:absolute; overflow:hidden; display:none; z-index:200;
	background-color:#fafafa;
	text-align:left;
}

.dropdown ul, .dropdown2 ul
{
	/*background: solid #9ac1c9;*/
	background-color:#9ac1c9; list-style:none; border-top:none;
}

.dropdown li, .dropdown2 li
{
	display:inline;
}

.dropdown a, .dropdown a:active, .dropdown a:visited, .dropdown2 a, .dropdown a:active, .dropdown a:visited 
{
	display:block; padding:5px; color:#000; text-decoration:none; background:#f5faff; 
}

.dropdown .underline, .dropdown2 .underline
{
	border-bottom:4px solid #9F0706; text-align:left;
}

