/* ================================================================ 
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.stunicholls.com/menu/pro_drop_2.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 10px;
	list-style:none;
	position:relative;
	z-index:50;
	font-family:"Trebuchet MS", Arial;
	float:left;
	width:700px
}
#nav li.top {
	display:block;
	float:left;
	height:38px;
}
#nav li a.top_link {
	color:#FFFFFF;
	margin:0px 5px;
	text-decoration:none;
	display:block;
	line-height:38px;
	background:url(../images/menu-bg.jpg) left no-repeat;
}
#nav li a.hover top_link {
	color:#FFFFFF;
	margin:0px 5px;
	text-decoration:none;
	display:block;
	line-height:38px;
	background:url(../images/menu-bg.jpg) left no-repeat;
}
#nav li a.top_link span {
	display:block;
	margin-left:10px;
	padding-right:23px;
	padding-left:13px;
	background:url(../images/menu-bg.jpg) right no-repeat;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:35px;
	background: url(three_0a.gif) no-repeat right top;
}
#nav li:hover a.top_link {
	background: url(../images/menu-bg-o.jpg) left no-repeat;
	color:#4f4f4f
}
#nav li:hover a.top_link span {
	background: url(../images/menu-bg-o.jpg) right no-repeat;
	color:#4f4f4f
}
#nav li:hover a.top_link span.down {
	bbackground: url(../images/menu-bg-o.jpg) right no-repeat;
	color:#4f4f4f
}
/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:200;
}
#nav li:hover ul.sub {
	left:1px;
	top:38px;
	background:#f9f9f9;
	padding:6px;
	white-space:nowrap;
	width:130px;
	height:auto;
	z-index:300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2f2f2f;
	border-right-color: #2f2f2f;
	border-bottom-color: #2f2f2f;
	border-left-color: #2f2f2f;
}
#nav li:hover ul.sub li {
	display:block;
	height:25px;
	position:relative;
	float:left;
	font-weight:normal;
}

#nav li:hover ul.sub li a {
	display:block;
	font-size:11px;
	height:25px;
	line-height:25px;
	width:130px;
	text-indent:5px;
	color:#000;
	text-decoration:none;/*border:1px solid #bbd37e;*/
}
#nav li:hover ul.sub li a:hover {
	background:#2f2f2f;
	color:#fff;}
	
#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {
	left:136px;
	top:0px;
	background: #f9f9f9;
	padding:6px 6px 6px 6px;
	width:130px;
	z-index:400;
	height:auto;
}
#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
	position:absolute;
	left:-9px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

