body {
	margin:25px; 
	font:12px Verdana, Arial, Helvetica;
	color: white;
	}

* {
	padding:0; 
	margin:0;
	}

.dropdown {
	float:left; 
	padding-right:5px;
	}

.dropdown dt {
	width:85px; 
	border: 1px solid #A37B3A;
	background-color: #A37B3A;
	padding: 3px; 
	padding-right: 0px;
	cursor:pointer; 
	}

.dropdown dt:hover {
	background-color: #A9520B;
	}

.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:90px; 
	display:none; 
	background:#fff; 
	z-index:200; 
	opacity:0;
	}

.dropdown ul {
	width:85px; 
	border:2px solid #9ac1c9; 
	list-style:none; 
	border-top:none;
	}

.dropdown li {
	display:inline;
	}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px; 
	color:#333; 
	text-decoration:none; 
	background:#eaf0f2; 
	width:85px;
	}

.dropdown a:hover {
	background:#d9e1e4; 
	color:#000;
	}

.dropdown .underline {
	border-bottom:1px solid #b9d6dc;
	}
	
	
	
	
	
.nolink {
	float:left; 
	padding-right:5px;
	}

.nolink dt {
	width:85px; 
	border: 1px solid #A37B3A;
	background-color: #A37B3A;
	padding: 3px; 
	padding-right: 0px;
	cursor:pointer; 
	}

.nolink dt:hover {
	background-color: #A9520B;
	}

.nolink dd {
	position:absolute; 
	overflow:hidden; 
	display:none; 
	background:#fff; 
	z-index:200; 
	opacity:0;
	}

.nolink ul {
	width:85px; 
	list-style:none; 
	border-top:none;
	}

.nolink li {
	display:inline;
	}

.nolink a, .nolink a:active, .nolink a:visited {
	display:block;  
	color:white; 
	text-decoration:none; 
	background: none; 
	width:85px;
	}

.nolink a:hover {
	background: none; 
	color:white;
	}

.nolink .underline {
	border-bottom:1px solid #b9d6dc;
	}	
	