* {
padding:	                0; 
margin:						0;
}

body {
font:						10px Verdana, Arial, Helvetica;
color:						#ffffff;
}



.dropdown {
display:					block; 
position:					relative;
}

.dropdown dt {
width:						200px; 
padding:	               	3px; 
font-weight:				normal; 
background-image:			url(images/menu_bkgnd.gif);
background-repeat:			no-repeat;
background-position:		left;
}

.dropdown .upperdd {
border-bottom:				none;
}

.dropdown dt:hover {
color:						#333; 
text-decoration:			none; 
background:					#FF6600; 
}

.dropdown dd {
position:					absolute; 
top:						0; 
overflow:					hidden; 
width:						208px; 
display:					none; 
background:					#fff; 
opacity:					0;
}

.dropdown ul {
width:						204px; 
background-color:			#FF6600;
list-style:					none;
}

.dropdown li {
display:					inline;
}

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

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

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