#topnav {
	position: absolute;
	height: 40px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #07014a;
	line-height: 26px;
	top: 94px;
	left: 0px;
}

a.nav {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #07014a;
}
a.nav:hover {
	color: #ef3125;
	text-decoration: none;
}


#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	background: none;
}


#topnav ul li {
	position: relative;
	float: left; 
	display:block;
	font-weight: normal;
	width:auto;
	background: url(/images/nav-tab.gif) top right no-repeat;
	padding: 14px 21px 0px 9px;
}

#topnav li a {
	outline: none;
	color: #07014a;
	font-weight: bold;
}
#topnav li a:hover {
	color: #ef3125;
}
#topnav li ul li {background: none;}

#topnav ul li ul {
	position: absolute;
	float: left; 
	top: 28px;
	left: 15px;
	width: 200px;
	background: url(/images/subnav-base.gif) bottom left no-repeat;
	padding-bottom: 6px;
}

#topnav li ul li a {
	outline: none;
	display: block;
	font-weight: normal;
	width: 186px;
	font-size: 11px;
	line-height: 15px;
	background: #266a82;
	color: #ffffff;
	padding: 4px 7px 4px 7px;
	text-decoration: none;
}
#topnav li ul li a:hover {
	background: #3494d0;
	color: #ffffff;
}

#topnav ul ul {
	position: absolute;
	z-index: 500;
}

#topnav ul ul li {
	clear: both;
	line-height: 15px;
}



div#topnav ul ul,
div#topnav ul li:hover ul ul,
div#topnav ul ul li:hover ul ul
{display: none;}

div#topnav ul li:hover ul,
div#topnav ul ul li:hover ul,
div#topnav ul ul ul li:hover ul
{display: block;}

#topnav ul li.newtab {
    background: url(/images/nav-new-tab.gif) top right no-repeat;
}