.dropdown {
		font-size: 10px;
		font-weight: normal;
		margin-top: 0px;
		margin-left: 0px;
		float: left;
		color: White;
	}
		
	.dropdown dt {border:0px solid #9ac1c9; padding:0px; font-weight:bold; cursor:pointer; }
	.dropdown dt:hover {}
.dropdown dd 
{
	padding:0px; 
	margin: 0px; 
	position:absolute; 
	overflow:hidden; 
	display:none; 
	background:#ED3034; 
	z-index:200; 
	opacity:1.0;
	width: 200px;

}

.dropdown ul
{
	 padding:0px; 
	 margin: 0px;
	 list-style:none !important; 
	 background: none;
	 width: 200px;
}
	
.dropdown li 
{
display:inline;
list-style: none;
padding: 0;
margin: 0;
width: auto;
background: none;
}
.dropdown a, .dropdown a:visited 
{
font-size: 12px;
font-weight: bold;
display:block; 
text-decoration:none; 
color: White;
width: auto;
background-image: url(../images/topmenu_divider.jpg);
background-position: right;
background-repeat: no-repeat;
padding: 8px 13px 0 13px;
height: 28px;
}



.dropdown a:active,
.dropdown a:hover 
{
background-image: url(../images/topmenu_hover.jpg);
background-position: top;
background-repeat: repeat-x;
color:White;
}

.dropdown .underline {border-bottom:1px solid #B9D6DC}
	
.separator 
{
		font-size: 11px;
		font-weight: normal;
		margin-top: 0px;
		margin-left: 0px;
		float: left;
		color: #000000;
}
