/* ================================================================ 
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.
=================================================================== */

#navdiv {
	height:35px;
	}

#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:35px;
	position:relative;
	font-family:arial;
	width: auto;
	background-color:#78B4D6;
	}

/*top navigation*/
#nav li.top {
	display:block;
	float:right;
	height:38px;
	}

/*rested text*/
#nav li a.top_link {
	display:block;
	float:right;
	height:35px;
	line-height:33px;
	color:#fff;
	text-decoration:none;
	font-weight:bold; 
	}

/*rollover bg*/
#nav li:hover a.top_link span.down {
	background-color:#fff
	}

#nav li a.top_link span.down {
	float:right;
	display:block;
	padding:0 24px 0 12px;
	}

#nav li:hover a.top_link {
	color:#78B4D6;
	background:#fff;
	}

#nav li:hover a.top_link span {
	background: #333;
	width: auto;
	height: 20px;
	}

/* Default list styling */

#nav li:hover {
	position:relative;
	}

/*subnav styles*/

#nav li:hover ul.sub {
	left:0px;
	top:38px;
	background: #fff;
	padding:3px 3px 1px 3px;
	white-space:nowrap;
	width:auto;
	height:auto;
	}

#nav li:hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:right;
	width:auto;
	font-weight:bold;
	}

/*sub nav hover*/
#nav li:hover ul.sub li a {
	display:block;
	font-size:13.5px;
	height:18px;
	width:auto;
	line-height:18px;
	text-indent:5px;
	color:#555;
	text-decoration:none;
	}

#nav li ul.sub li a.fly {
	background:#fff;
	}
#nav li:hover ul.sub li a:hover {
	padding-right: 100%;
	background: #78B4D6;
	color:#fff;
	}
	
#nav li:hover ul.sub li a.fly:hover {
	padding-right: 100%;
	background: #78B4D6;
	color:#fff;
	}

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

