/* ================================================================ 
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_dropdown_3.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;
	z-index: 500;
	margin:0px 0 0 0;
	margin:-17px 0 0 0\9; /* IE 8 and below */
	*margin:-17px 0 0 0; /* IE 7 and below */
	_margin:-17px 0 0 0; /* IE 6 */
}

#nav li.top {
	display: block;
	float: left;
	background: url(../img/menu-split.gif) no-repeat right top;
	padding-right:2px;
}

#nav li a.top_link {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	background: none;
}

#nav li a.top_link span {
	float: left;
	display: block;
	padding: 0 11px 0 12px;
	height: 36px;
	cursor: pointer;
}

#nav li a.top_link span.down{
	padding-right: 20px;
	background: url(../img/menu-down.png) no-repeat right 17px;
}

#nav li:hover a.top_link {
	color: #fff;
	background: url(../img/menu-hover.gif) repeat-x left top;
}
#nav li:hover a.top_link span.down { background: url(../img/menu-down-hover.png) no-repeat right 17px; }

/* Default list styling */

#nav li:hover {
	position: relative;
	z-index: 200;
}

#nav li:hover ul.sub {
	left: 0;
	top: 36px;
	width: 205px;
	height:auto;
	z-index:300;
	background-color: #066761;
	border-right:1px solid #05544F;
}

#nav li:hover ul.sub li {
	display: block;
	float: left;
	position: relative;
	width: 205px;
	height:34px;
	background:url(../img/sub_menu-spliter.gif) repeat-x left bottom;
}

#nav li:hover ul.sub li a {
	display: block;
	font-size: 11px;
	width: 181px;
	color: #fff;
	text-decoration:none;
	padding: 9px 12px 13px;
}

#nav li ul.sub li a.fly span{ 
  background: url(../img/sub_menu-arrow.png) no-repeat right center; 
  display:block;
  width:181px;
  }

#nav li:hover ul.sub li a:hover {
	background:url(../img/sub_menu-hover.gif) repeat-x left top; 
	color:#fff;
}

#nav li:hover ul.sub li a.fly:hover { background:url(../img/sub_menu-hover.gif) repeat-x left top;}

#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: 206px;
	top: 0px;
	width: 205px;
	z-index:400;
	height:auto;
	background-color: #066761;
	border-right:1px solid #05544F;
}

#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:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly {
	background:url(../img/sub_menu-hover.gif) repeat-x left top;
	color: #fff;
}


