#dropdowns {
	margin:0;
	padding:0;
	height:40px;
	width:1000px;
	float:right;
	background-image: url(../images/backgrounds/nav_bkg.jpg);
}
#dropdowns ul {
	list-style:none;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#dropdowns ul li { 
float:left; 
margin:0; 
padding:0; 
position:relative; 
display:inline; 
}
#dropdowns ul li ul {
	color:#fff;
	position:absolute;
	display:none;
	left:0px;
	top:40px;
	padding:0;
	margin:0;
}

/* Fix IE. Hide from IE Mac \*/
* html #dropdowns ul li { 
float: left; 
height: 1%; 
z-index:10; 
}
* html #dropdowns ul li a { 
height: 1%; 
}
/* End */
#dropdowns ul li ul li { 
clear:both; 
}
#dropdowns ul li a {
	display:block;
	font-size:12px;
	font-weight:700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}
#dropdowns ul li a:hover {
	display:block;
	color:#333333;
	text-decoration:none;
	background-color:#fff;
} 
/*Hover Styles*/
	
#dropdowns li ul li a {
	background-color:#999999;
	display:block;
	margin:0;
	width:160px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
} 

/* Sub Menu Styles */
		
#dropdowns li:hover ul, #dropdowns li.over ul { 
display:block; 
}
 /* Shows pop-out menu */

