/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/

.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;

}

.nav {
	line-height:34px;
}

.nav ul {
	position:absolute;
	top:-999em;
	width:120px;
}

.nav ul li ul li {
	width: 220px;
}

.nav ul li, .nav a {
	width: 100%;
}

.nav li {
	float:left;
	position:relative;
	z-index:99;
}

.nav a {
	display:block;
}

.nav li:hover ul, ul.nav li.sfHover ul {
	top:0px;
}

.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
	left:120px;
	top:-1px;
}

.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
}

.nav li {
	width:120px;
}

.nav a {
	text-decoration:none;
	text-indent: 10px;
	font-size:0.9em;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}

.nav li.nobg {
	background: url('../images/nav-toplevelbg.gif') repeat-x;
}
.nav li.nobg a { 
	color: #1590D3; 
}
.nav li.nobg a:hover {
	background: url('../images/nav-on-bg.png') repeat-x;
	color: #1590D3;
}
.nav li.toplevel:hover, .nav li.selected {
	background: url('../images/nav-on-bg.png') repeat-x;
}

.nav li.toplevel a {
	color: #F9FAFB;
}.nav li.toplevel a:hover, .nav li.selected a {
	color: #1590D3;
}

.nav li.firsttier {
	background: url('../images/nav-firsttierbg.gif') repeat-x;
}
.nav li.firsttier:hover {
	background: url('../images/nav-firsttierhoverbg.gif') repeat-x;
}
.nav li.firsttier a {
	color: #607088;
}
.nav li.firsttier a:hover{
	color: #C8E5F4;
	_color: #265066;
}

.nav li.secondtier {
	background: url('../images/nav-secondtierbg.gif');
}
.nav li.secondtier a {
	color: #151327;
}
.nav li.secondtier a:hover {
	background: url('../images/nav-secondtier-hoverbg.gif');
	color: #FFFFFF;
}

.nav ul ul{
	border-top:1px solid #00000C;
}

a.child {
	background: url('../images/global/child-bkgd.gif') no-repeat 95% 50% #00345f;
}

a.child:hover {
	background: url('../images/global/child-bkgd.gif') no-repeat 95% 50% #012c51;
	color:#fff;
}



