* {padding:0; margin:0}

.dropdown { 
float:left;
margin:0px 0px 0px 30px;
}
	
.dropdown dt {
	width:171px; 
	padding:8px; 
	text-align:center; 
	color:#fff; 
	font-weight:bold; 
	font-weight:bold;
	margin-right:35px;

}

.dropdown dt:hover {
	background:url(img/downtop.png);
	}


.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:187px; 
	display:none; 
	background:#fff; 

	}
.dropdown ul {
	width:204px;
	list-style:none; 
	border-top:none
}
	
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px; 
	padding-left:15px;
	color:#1A236D; 
	text-decoration:none; 	
	background:url(img/downmiddle.gif);

}
#aboutend {
		background:url(img/selectfooterback.png);
}

.dropdown a:hover {
	background:url(img/selectdown.png);
}

