body {background-color:#999999}
* {padding:0; margin:0}

	

.dropdown 
{   position: relative;
	float:left; 
	font-family: helvetica, sans-serif;
}


.dropdown dt 
{
	width:139px; 
	height: 23px;
	cursor:pointer; 
	background:url(images/nav-products2.gif);
	background-repeat: no-repeat;
	 
}


.dropdown dt:hover 
{
	background:url(images/nav-products2-over.gif);
	background-repeat: no-repeat;
	
}


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


.dropdown ul 
{
	width:180px; 
	list-style:none; 
	border-top:none;
	
	
}


.dropdown li 
{
	display:inline;
	text-align: left;
	
}

.dropdown a, .dropdown a:active, .dropdown a:visited 
{
	display:block;
	 
	padding:5px 5px 5px 10px; 
	color:#FFFFFF; 
	text-decoration:none; 
	background:#776452; 
	width:180px;
	
}


.dropdown a:hover 
{
	background:#aa9a92; 
	color:#FFFFFF;
	
}


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

}



.dropdownP 
{
	float:left; 
	
}


.dropdownP dt 
{
	width:139px; 
	height: 23px;
	cursor:pointer; 
	background:url(images/nav-products2-on.gif);
	background-repeat: no-repeat;
	
}


.dropdownP dt:hover 
{
	background:url(images/nav-products2-on.gif);
	background-repeat: no-repeat;
	
}


.dropdownP dd 
{
	position:absolute; 
	overflow:hidden; 
	width:139px; 
	display:none; 
	background:#fff; 
	opacity:0
}


.dropdownP ul 
{
	width:180px; 
	list-style:none; 
	border-top:none;
	
	
}


.dropdownP li 
{
	display:inline;
	text-align: left;
	
}

.dropdownP a, .dropdownP a:active, .dropdownP a:visited 
{
	display:block;
	 
	padding:5px 5px 5px 10px; 
	color:#FFFFFF; 
	text-decoration:none; 
	background:#776452; 
	width:180px;
	
}


.dropdownP a:hover 
{
	background:#aa9a92; 
	color:#FFFFFF;
	
}


.dropdownP .underline 
{
border-bottom:1px solid #aa9a92;

}