/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/ul-dropdown.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {
	width: 800px;
	height: 28px;
	left: 0px;
	font: normal 12px/28px verdana, arial, sans-serif;

	/* Background is black */
	background: #000000;
	margin: 0px auto;
	padding: 0px;}

#nav ul {	
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;}

#nav .menu .level1-li {
	float: left;
	display: inline;
	width: 114px;
	margin-top: -32000px;}

#nav .menu a {
	display: block;
	width: 114px;
	text-decoration: none;
	text-align: center;
	color: #fff;

	/* Keep this on top of highslide */
	z-index : 1002;}			

#nav .menu a.level1-a {
	position: relative;
	float: left;
	display: inline;
	margin-right: -113px;
	margin-top: 32000px;}

#nav .menu .sub {

	/* Color of menu item when you move down selection */
	background: #666666;		
	float: left;
	margin-top: -28px;
	padding-top: 28px;
	margin-bottom: -32000px;}

#nav .menu .sub a {

	/* Non-hover color of dropdown items */
	background: rgb(141,141,129); 
	position: relative;
	margin-right: -1px;}

#nav .menu a:hover, #nav .menu a:focus, #nav .menu a:active {

	/* Color of  hover of dropdown items */
	background: rgb(153,135,110); 
	margin-right: 0px;}