/* ================================================================ 
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_drop10.html
Copyright (c) 2005-2008 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 0 0 0px;
	margin:0;
	list-style:none;
	height:38px;
	width:1000px;
	z-index:99999;
	position:relative;
}
#nav li {float:left; height:30px;}
#nav li a {
	display:block;
	float:left;
	height:38px;
	line-height:35px;
	text-decoration:none;
	color:#fff;
	padding-left: 0px;
	padding-right: 50px;
	
}
#nav li a span {display:block; height:25px;  float:left;  background:transparent; font-size:14px;}



#nav li a:hover {position:relative; visibility:visible; cursor:pointer; line-height:35px;}

#nav li:hover {position:relative;}
#nav li:hover > a {line-height:35px;}

#nav li a:hover span {
	color:#999;
	font-weight: normal;
}
#nav li:hover > a span {
	color:#999;
	font-weight: normal;}


#nav ul {padding:0; margin:0; list-style:none; position:absolute; left:-9999px; width:0; height:0; border-top:0;}

#nav table {border-collapse:collapse; padding:0; margin:0 0 -1px 0; border:0;}

#nav :hover ul {left:0; top:25px; width:245px; z-index:999999; }
#nav :hover ul ul {position:absolute; left:-9999px;}

#nav :hover ul :hover ul {left:110px; top:0;}

#nav :hover ul li {height:30px; width:245px;}
#nav :hover ul li.pad1 {height:8px; width:245px; background:#333;}
#nav :hover ul li.pad2 {height:8px; width:245px; background:#333;}


#nav :hover ul li.pad1 b.p7 {
	display:block;
	width:245px;
	height:7px;
	font-size:1px;
	float:left;
	background:#333;
	
}
#nav :hover ul li a {
	height:30px;
	line-height:25px;
	padding-left:10px;
	width:235px;
	background:#333;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav :hover ul li a.fly {
	background:#333 url(Images/menu/arrow.png) no-repeat 150px 5px;
}

#nav :hover ul li a:hover {
	color:#999;
	font-weight: normal;}
#nav :hover ul li:hover > a {
	color:#999;
	font-weight: normal;}

#nav :hover ul :hover ul li.pad1 b.p7 {
	border-top:1px solid #fff;
	
	background-color: #333;
	width: 245px;
}
#nav :hover ul :hover ul li a {
	
	background-color: #333;
	width: 145px;
}
