/* ================================================================ 
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.stunicholls.com/menu/pro_dropline_1.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 {
	height:36px;
	position:relative;
	font-family:"Century Gothic", Arial;
	font-size:12px;
	z-index:500;
	width:868px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
#nav .select {
margin:0; padding:0; list-style:none; white-space:nowrap; width:868px;
}
#nav li {
float:left; 
}
#nav .select a {
display:block; height:36px; float:left; text-decoration:none; line-height:25px; white-space:nowrap; color:#ccc;
}
#nav .select a b {
display:block;  
}
#nav .select li:hover a {
  line-height:30px; cursor:pointer; color:#ccc;
}
#nav .select li:hover a b {
display:block;   cursor:pointer;
}
#nav .sub4 {
display:none; margin:0; list-style:none; 
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding:0px;
}
#nav .sub4 li {background:transparent;}
#nav .select li:hover .sub4 {
height:20px; display:block; position:absolute; float:left; width:500px; top:32px; left:368px; text-align:center;
}
#nav .select li:hover .sub4 li a {
	display:block;
	padding-top:5px;
	height:30px;
	line-height:22px;
	float:left;
	margin:0;
	white-space:nowrap;
	color:#ccc;
	font-size:12px;

}
#nav .select li:hover .sub4 li a:hover {
	color:#000;
	line-height:22px;
	
	
}
