/* ================================================================ 
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(navbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 37px;
	width: 745px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	padding-left: 200px;
	padding-top: 3px;

}
#nav li.top {
	display:block;
	float:left;
	height:37px;
	width:129px;
	padding-right: 20px;
}
#nav li a.top_link {
	color:#666;
	height:27px;
	display:block;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	}

#nav li:hover a.top_link {
	text-decoration:none;
	color: #333;
	}

/* Default list styling */

#nav li:hover {position:relative;}

#nav li:hover ul.sub
{
	left:1px;
	top:37px;
	background: #ebf0f0;
	padding:3px;
	width:auto;
	height:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cfd4d7;
	border-bottom-color: #cfd4d7;
	border-left-color: #cfd4d7;
	display:block;
}

#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;
	font-size:90%;
	height:auto;
	line-height:18px;
	color:#5f6061;
	text-decoration:none;
	width:148px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#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;
	font-size:90%;
	height:auto;
	line-height:18px;
	width:148px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color:#ffffff; 
	text-decoration:none;
	background-color:#9aa3b3;
}

#nav li:hover ul.sub li a.fly:hover
{
	display:block;
	font-size:90%;
	height:auto;
	line-height:18px;
	width:148px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color:#ffffff; 
	text-decoration:none;
	background-color:#9aa3b3;
	background-image: url(../images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 155px 10px;
}

#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; 
	font-size:90%; 
	height:auto; 
	width:148px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 4px; 
	line-height:18px; 
	color:#ffffff; 
	text-decoration:none;
	background-color:#9aa3b3;
	background-image: url(../images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 152px 10px;
} 

#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; 
	font-size:90%; 
	height:auto; 
	width:148px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 4px;
	line-height:18px; 
	color:#5f6061; 
	text-decoration:none;
	background: #ebf0f0; 
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 152px 10px;
} 
