﻿body {margin:25px; font:12px Verdana, Arial, Helvetica}
* {padding:0; margin:0}
.dropdown {float:left; padding-right:5px}
.dropdown dt {width:178px;  font-weight:normal; cursor:pointer; background:url('header.gif')}
.dropdown dt:hover {background:url('header.gif')}
.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; background:#fff; 
				z-index:200; opacity:0}
.dropdown ul {width:194px; border:2px solid #335500; list-style:none; border-top:none}
.dropdown li {float:right}
.dropdown a:active {display:block; padding:5px; 
				color:#334411; text-decoration:none; background:white; width:194px}
.dropdown a {display:block; padding:5px; 
				color:#334411; text-decoration:none; background:white; width:194px}
.dropdown a:hover {background:silver; color:#000}
.dropdown .underline {border-bottom:1px solid silver}