.dropdownimage {float:left;}
.dropdown {
	float:left;
	height:38px;
}
.dropdown dt {width:126px; cursor:pointer; }
.dropdown dt:hover { background-color:#03325E}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:124px;
	display:none;
	z-index:200;
	opacity:0;
	
}
.dropdown dd { margin-top:-4px;# }
.dropdown ul {width:124px; list-style:none; border-top:none; }
.dropdown li {display:inline; height:26px;}
.dropdown li a, .dropdown li a:active, .dropdown li a:visited {
	display:block;
	color:#001F3F;
	text-decoration:none;
	width:124px;
	border-bottom:1px solid #b9d6dc;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	background-color: #C4E2FF;
	font-weight:450;
}
.dropdown li a:hover {
	background:#03325E;
	color:#F6F6F6
}
