/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop6.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */



#nav {
	padding:0;
	margin:0 0 0 30px;
	list-style:none;
	height:25px;
	position:relative;
	z-index:200;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#nav li.top { 
	display:inline;
	padding: 0;
	margin: 0;
	font-size:11px;
	color:#fff;	
	font-weight: normal;
		
	}
	
#nav li a { 
	text-decoration:none;
	}	
#nav li:hover {
	position:relative;
	z-index:200;
	}
#nav a {
	position:relative;
	white-space:normal;
	z-index:200;
	padding: 5px 10px 5px 0;
	margin: 0 0 0 10px;

	}
#nav a:hover {
	position:relative;
	left: 0px;
	white-space:normal;
	z-index:200;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin: 0;
	}	

#nav :hover ul.sub {
	position:absolute;	
	left:5px;
	top:18px;
	padding:0;
	margin: 0;
	width: 150px;
	height: auto;
	z-index:300;
	white-space:normal;		
	}

#nav :hover ul.sub li a {
	display:block;
	font-size:11px;
	line-height:13px;
	height: 18px;
	background: #666;
	padding: 5px 5px 0 5px;
	margin: 0;	
	border-bottom: 1px solid #eaeaea;
	color:#eaeaea;
	text-decoration:none;

	}

#nav :hover ul.sub li a:hover {
	display:block;
	font-size:11px;
	line-height:13px;
	height: 18px;	
	background:#bcbca7;
	padding: 5px 5px 0 5px;
	margin: 0;
	color:#000;
	border-bottom: 1px solid #666;
	}
	


#nav li:hover li:hover ul {
	left:137px;
	top:-6px;
	padding:3px;
	white-space:nowrap;
	width:100px;
	z-index:900;
	height:auto;
	}
	
#nav li:hover li:hover ul li a {
	background: #999;
	}
#nav li:hover li:hover ul li a:hover {
	background: #ffff99 !important;
	}	
	



	

#nav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	}
	
.open { 
	font-weight: bold;
	}

.red a:hover { 
	background: #ff0000 !important;
	color: #fff !important;	
	}
.orange a:hover { 
	background: #ff6600 !important;
	color: #fff !important;	
	}
.yelo a:hover { 
	background: #ffff00 !important;
	color: #000 !important;
	}	
.green a:hover { 
	background: #00cc33 !important;
	color: #000 !important;
	}
.violet a:hover { 
	background: #7c6093 !important;
	color: #fff !important;
	}
.cyan a:hover { 
	background: #33ccff !important;
	color: #000 !important;
	}
.blue a:hover { 
	background: #333399 !important;
	color: #fff !important;
	}
.grey a:hover { 
	background: #999999 !important;
	color: #000 !important;
	}
.mauve a:hover { 
	background: #8c3f6b !important;
	color: #fff !important;
	}
.lilac a:hover { 
	background: #b8c3e4 !important;
	color: #000 !important;
	}	


