/* ================================================================ 
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 {
	list-style:none;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 35px;
	width: 617px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 383px;
	font-weight: bold;
}
#nav li.top {display:block; float:left; height:25px; padding-top:10px;}
#nav li a.top_link {	
	color:#ffffff;
	display:block;
	text-decoration:none;
	text-align:center;
	}

#nav li:hover a.top_link  {	
	text-decoration:none;
	color:#999;
	}

/* Default list styling */

#nav li:hover {position:relative;
color:#999;}

#nav li:hover ul.sub
{
	left:0px;
	top:35px;
	border: 0px solid #cfd4d7;
	margin-top: 0px;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;	
	padding-bottom:5px;
	background-color: #ebf0f0;
	display:block;
	background-image: url(../images/navbg.png);
	width: 210px;
	background-position: bottom;
	height:auto;
	z-index: 1;
}

#nav li:hover ul.sub li
{
	display:block;
	height:auto;
	position:relative;
	float:left;
	width:auto;
	font-weight:normal;

}

#nav li:hover ul.sub li a
{
	display:block;
	height:auto;
	text-decoration:none;
	color: #32679b;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d3d3;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	width: 200px;
}

#nav li ul.sub li a.fly
{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 155px 10px;
}

#nav li:hover ul.sub li a:hover 
{
	display:block;
	height:auto;
	text-decoration:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d3d3;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	width: 200px;
	color: #666666;
	background-color: #dadfe7;
}

#nav li:hover ul.sub li a.fly:hover
{
	display:block;
	height:auto;
	text-decoration:none;
	color: #32679b;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d3d3;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	width: 200px;

}

#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:162px; 
	top:-4px; 
	background: #ebf0f0; 
	padding:3px; 
	border:1px solid #cfd4d7; 
	width:auto;
	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:-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
{
	display:block;
	height:auto;
	text-decoration:none;
	color: #32679b;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d3d3;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	width: 200px;
} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{
	display:block;
	height:auto;
	text-decoration:none;
	color: #32679b;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d3d3;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	width: 200px;
} 
