.dropdown {float:left;}

.dropdown dt {
	width: 90px;
	padding:4px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	text-align:center;}
	
.dropdown dt a{color:#fff;}
	

	
.dropdown dt:hover {text-decoration: underline;}

.dropdown dd {
	position:absolute;
	overflow:hidden;
	display:none;
	background:#fff;
	z-index:200;
	
}

.dropdown ul {
	font-size: 0.9em;
	list-style:none;
	border-top:none;
	border-left: 2px solid #3399FF;
	border-right: 2px solid #3399FF;
	border-bottom: 2px solid #3399FF;}
	
.dropdown li {display:inline}

.dropdown dd a, .dropdown dd a:active, .dropdown dd a:visited {
	display:block;
	padding:1px 5px;
	color:#333; 
	text-decoration:none;
	background:#eaf0f2;}
	
.dropdown dd a:hover {
	background:#d9e1e4;
	color:#000;	
	}
	
.dropdown .underline {
	border-bottom:1px solid #3399FF;}
	
.dropdown .sideborder {	
background: url(/images/spacer.jpg) no-repeat left center;}

.dropdown #one-ddcontent{width: 150px; left: -25px;}
.dropdown #two-ddcontent{width: 100px;}
.dropdown #three-ddcontent{width: 100px; }
.dropdown #four-ddcontent{width: 130px;left: 278px;}
.dropdown #five-ddcontent{width: 100px;}
.dropdown #six-ddcontent{width: 100px; }

