
/* ================================================================ 
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.
=================================================================== */


/* Main Menu */

#nav_new {
	padding-top: 1px;
	height: 30px;
	position: relative;
	z-index: 4;
	float: left;
}

#nav_new ul.sub{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#nav_new ul.sub li{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#nav_new ul.sub li a {
	color: #2d84b6;
	font-size:12px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


#nav_new li.top {
	display: block;
	float: left;
	height: 30px;
}

#nav_new li a.top_link {
	display: block;
	float: left;
	line-height: 30px;
	color: #4c4c4c;
	text-decoration: none;
	font-weight: bold;
	cursor:pointer;
}

#nav_new li a.top_link span {
	float: left;
	display: block;
	padding: 0 15px;
	height: 30px;
	background: none;
}

#nav_new li a.top_link span.down { background: url(../images/main_nav_dir-arrow.gif) no-repeat right 14px; }

#nav_new li:hover a.top_link {
	color:#000;
	background: url(../images/main_nav-hover_bg.gif) repeat-x left top;
}

#nav_new li:hover a.top_link span { background: none; }

#nav_new li:hover a.top_link span.down { background: url(../images/main_nav_dir-arrow.gif) no-repeat right 14px; }

/* Default list styling */

#nav_new li:hover {
	position:relative;
	z-index:2;
}

#nav_new li:hover ul.sub {
	left:30px;
	top: 35px;
	background: #fff;
	/*border-left: 3px solid #e2e2e2;
	border-right: 3px solid #e2e2e2;
	border-top: 3px solid #e2e2e2;*/
	border: 3px solid #e2e2e2;
	white-space: nowrap;
	width: 170px;
	height: auto;
	z-index: 3;
}

#nav_new li:hover ul.sub li {
	display: block;
	height: 28px;
	position: relative;
	float: left;
	width: 150px;
	font-weight: normal;
}

#nav_new li:hover ul.sub li a {
	display: block;
	height: 27px;
	width: 150px;
	padding: 0 10px;
	line-height: 27px;
	text-decoration:none;
	color:#2d84b6;
	border-bottom: 1px solid #e2e2e2;
	background: #fff;
}

#nav_new li:hover ul.sub li a:hover {
	color: #0072bc;
	/*background: url(../images/main_nav-secitem_bg.gif) repeat-x left;*/
	background-color:#e2e2e2;
}

#nav_new li ul.sub li a.fly, #nav_new li:hover ul.sub li a.fly:hover { background: none; }

#nav_new li:hover li:hover ul, #nav_new li:hover li:hover li:hover ul, #nav_new li:hover li:hover li:hover li:hover ul, #nav_new li:hover li:hover li:hover li:hover li:hover ul {
	left:90px;
	top:-4px;
	/*background: #bbd37e;
	padding:3px;
	border:1px solid #5c731e;
	white-space:nowrap;
	width:90px;
	z-index:400;
	height:auto;*/
}

#nav_new ul, #nav_new li:hover ul ul, #nav_new li:hover li:hover ul ul, #nav_new li:hover li:hover li:hover ul ul, #nav_new li:hover li:hover li:hover li:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#nav_new li:hover li:hover a.fly, #nav_new li:hover li:hover li:hover a.fly, #nav_new li:hover li:hover li:hover li:hover a.fly, #nav_new li:hover li:hover li:hover li:hover li:hover a.fly {
	background: none;
}

#nav_new li:hover li:hover li a.fly, #nav_new li:hover li:hover li:hover li a.fly, #nav_new li:hover li:hover li:hover li:hover li a.fly { 
	background: none;
}

