* {padding:0; margin:0}

.menuwrapper {width:755px; margin:0 0 20 0}
.dropdown {float:left}
.dropdown dt {margin-left:25px;
			  margin-right:25px;
			  margin-top:20px;
			  margin-bottom:10px;
              font-weight:bold; 
              cursor:pointer; 
              background:url(images/header.gif)}
              
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:150px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:6px; color:#333; text-decoration:none; background:#eaf0f2; width:194px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
.nodrop, .nodrop:active, .nodrop:visited {float:left; 
								 display:block; 
								 margin-left:25px;
								 margin-right:25px;
								 margin-top:20px;
			                     margin-bottom:10px;
								 font-weight:bold; 
								 background:url(images/header.gif); 
								 color:#333; text-decoration:none}
								 
.nodrop:hover {background:url(images/header_over.gif)}