/* ================================================================ 
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 , #topNav{
	position:relative;
	z-index:500;
}
/* All Top Links */
#nav li.top, #topNav li.top{
	display: block;
	float: left;
}

/* Top Links That Drop */
#nav li a.top_link {
	display:block;
	font-size:8pt;
	line-height:29px;
	width:137px;
	text-indent:5px;
	color:#5b5a5a;
	text-decoration:none;
	font-weight: bold;
	padding-left: 10px;
}

#nav li a.top_link span {
	float:left;
	display:block;
	height:29px;
	width: 137px;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:36px;
	background:url(blanka.gif) no-repeat right top;
}
#nav li a.top_link:hover {
	background-color:#f8ca02;
}
#nav li a.top_link:hover span {
	background:url(blank_over.gif) no-repeat right top;
}
#nav li a.top_link:hover span.down {
	background:url(blank_overa.gif) no-repeat right top;
}
#nav li:hover > a.top_link {
	background-color:#f8ca02;
}
#nav li:hover > a.top_link span {
	background-color: #FC0;
}
#nav li:hover > a.top_link span.down {
	background:url(blank_overa.gif) no-repeat right top;
}


/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */

#nav ul, #nav li:hover ul ul, #nav li:hover ul li:hover ul ul, #nav li:hover ul li:hover ul li:hover ul ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

/* Level 1 Box */
#nav li:hover ul.sub {
	left:138px;
	top:0px;
	white-space:nowrap;
	width:auto;
	height:auto;
	z-index:300;
	background-color: #1A5187;
}
/* Level 1 List */
#nav li:hover ul.sub li {
	display:block;
	height:30px;
	position:relative;
	float:left;
	width:auto;
}
/* Level 1 Link */
#nav li:hover ul.sub li a {
	display:block;
	font-size:8pt;
	line-height:29px;
	width:145px;
	/*text-indent:5px;*/
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	padding-left: 10px;
}
#nav li ul.sub li a.fly {
	background-color: #1A5187;
	background-image: url(images/menuArrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#nav li:hover ul.sub li.tall {
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#nav li:hover ul.sub li.tall a {
	line-height:15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Level 1 Link Rollover*/
#nav li:hover ul.sub li a:hover {
	color:#5b5a5a;
	background-color: #f8ca02;
}
#nav li:hover ul.sub li a.fly:hover {
	color:#5b5a5a;
    background-color:#f8ca02;
	background-image: url(images/menuArrowOV.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#nav li:hover ul li:hover > a.fly {
	color:#5b5a5a;
	background-color: #f8ca02;
	background-image: url(images/menuArrowOV.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

/* Level 2-4 Box Style*/
#nav li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
	left:154px;
	top:0px;
	white-space:nowrap;
	width:155px;
	height:auto;
	z-index:400;
	background-color: #1A5187;
}
