body {margin:25px; font:10px Verdana, Arial, Helvetica}
* {padding:0; margin:0}
.dropdown 		{float:left; 
				padding-right:5px}

.dropdown dt 	{width:155px; border:0px solid #00135f; 
				padding:8px; 
				font-weight:bold; 
				cursor:pointer; 
				background:url(../images/affiliatebg_dark.jpg); 
				background-repeat:no-repeat}
				
.dropdown dt:hover {background:url(../images/affiliatebg_red.jpg);
					background-repeat:no-repeat}

.dropdown dd 	{position:absolute; 
				overflow:hidden; 
				width:155px; 
				display:none; 
				background:#fff; 
				z-index:200; 
				opacity:0;
				background-repeat:no-repeat;
				font-weight:lighter}
				
.dropdown ul 	{width:155px; 
				border:0px solid #166a8e; 
				list-style:none; 
				border-top:none; 
				color:#FFFFFF}
				
.dropdown li {display:inline}

.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; 
				padding:5px; 
				color:#333; 
				text-decoration:none; 
				background:#ffffff; 
				width:194px}
				
.dropdown a:hover {background:#166a8e; 
				color:#ffffff}
				
.dropdown .underline {border-bottom:1px solid #b9d6dc}