/* ================================================================ 
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:Arial, Helvetica, sans-serif; font-size:13px;z-index:5000;
}
#nav .select11 {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	font-weight: bold;
}
#nav li {
background:url(blank_over_p.gif);
}
#nav .select11 a {
display:block; height:36px; float:left; padding:0 0 0 0px; text-decoration:none; line-height:25px; white-space:nowrap; color:#666666;
}
#nav .select11 a b {
display:block; padding:0 30px 20px 15px;
}
#nav .select1111 li:hover a {
padding:0 0 0 15px; line-height:27px; cursor:pointer; color:#fff;
}
#nav .select11 li:hover a b {
display:block; padding:0 0px 0px 0px; cursor:pointer;
}
#nav .sub {
display:none; margin:0; padding:0 0 0 60px;list-style:none;
}
#nav .sub li {background:transparent;}
#nav .select11 li:hover .sub {
height:18px; display:block; position:absolute; float:left; width:200px; top:30px; left:-80px; text-align:center;
}
#nav .select11 li:hover .sub li a {
display:block;height:18px; line-height:16px; float:left; padding:0 16px; margin:0; white-space:nowrap;   color:#888;font-size:12px;
}
#nav .select11 li:hover .sub li a:hover {
	color:#F58220;
	line-height:15px;
}
