/* ================================================================ 
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.cssplay.co.uk/menus/pro_variable3.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 {
	margin:0;
	list-style:none;
	position:relative;
	z-index:200;
	height:25px;
	width:654px;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #2E306C;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 345px;
	text-align: left;
	left: 0px;
}
 
#nav ul {
	list-style:none;
	float:left;
	background-color: #cbac42;
	color: #2e2d6c;
	font-size: 13px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 283px;
}

#nav table {border-collapse:collapse; margin:-1px; height:0;}
#nav li {float:left;}
#nav li li {
	float:none;
}
#nav li.last {
}
/* a hack for  IE6 */
#nav li a li {float:left;}

#nav li a {
	display:block;
	float:left;
	color:#2E306C;
	height:35px;
	padding:0 25px 0 5px;
	line-height:40px;
	text-decoration:none;
	white-space:nowrap;
}
#nav li a.down {background:url(down.gif) no-repeat right center;}
#nav li a.browntop {
	padding-top: 15px;
}
#nav li a.brownbottom {
	padding-bottom: 15px;
}
#nav li a.brownside {
	width: 165px;
}
#nav li li li a.sub {
	background-color: #e8dbac;
	text-decoration: none;
	color: #2E306C;
	width: 195px;
}
#nav li li li a.subtop {
	background-color: #e8dbac;
	width: 195px;
	padding-top: 23px;
}
#nav li li li a.subbottom {
	background-color: #e8dbac;
	width: 195px;
	padding-bottom: 20px;
}

#nav li li a {
	display:block;
	height:25px;
	line-height:20px;
	float:none;
	font-weight:normal;
	letter-spacing:1px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 15px;
}
#nav li li a.fly {
	background:url(fly.gif) no-repeat right center;
	padding-bottom: 15px;
}

#nav li:hover {position:relative; z-index:300;}
#nav a:hover {
	position:relative;
	z-index:300;
	color:#2E306C;
	border:0;
}

#nav li li a {
	color:#2E306C;
}
#nav li li a:hover {
	color:#2E306C;
}

#nav :hover ul {left:0; top:33px; z-index:500;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
* html #nav ul {width:2px;}
/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0px; margin-left:100%; top:-1px; z-index:500;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto; }
/* show path followed */
#nav li:hover > a {
	color:#2E306C;
	font-weight: bold;
}
#nav li li:hover > a {
	color:#2e306C;
	font-weight: bold;
}


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{
	left:100%;
	margin-left:-25px;
	top:-1px;
}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}
