.nav {
	padding-left: 8px;
}

.navON {
	color: #FFCC00;
}
.navDisabled {
	color: #1478CC;
}
#nav li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	background-color: #0C1C62;
	margin:0px;
	padding: 0px;
	line-height:normal;
}

#nav ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav li ul {
	list-style: none;
	list-style-type: none;
}

ul#regular {
	list-style-type: square;
	padding: 0;
	margin: 0;
}

li#first {
	list-style: none;
	list-style-type: none;
	margin:0px;
	color: #FFF;
	font-weight:bold;
	vertical-align:middle;
	padding:0px;
	line-height:30px;
}

li#spacer {
	list-style: none;
	list-style-type: none;
	margin:0px;
	background-color: #0C1C62;
	color: #FFF;
	font-weight:bold;
	vertical-align:middle;
	padding:0px;
	line-height:14px;
}

#nav, #nav ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1;
	color: #FFDB4C;
}

#nav a {
	font-weight: bold;
	color: #FFF;
	background-color: #0C1C62;
	text-decoration: none;
	font-size: 11px;
}
#menu1 a.on {
	font-weight: bold;
	color: #FFF;
	background-color:#0F5D9F;
	text-decoration: none;
	font-size: 11px;
}

#nav a.arrow {
	background-image: url(/NEW/img/nav/arrow1.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#nav a:hover.arrow {
	background-image: url(/NEW/img/nav/arrow1.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#nav li {
	position: relative;
	float: left;
	text-align: left;
	cursor: default;
	margin:0px;
	padding: 0px;
	color: #0049A7;
}

#nav a:hover {
	color: #FFDB4C;
}

#nav li ul {
	border-right: 3px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	bo
	background-color: #DDD;
	list-style: none;
	list-style-type: none;
	line-height:normal;
	position: absolute;
	left: -999em;
	height: auto;
	width: 181px;
	font-weight: normal;
	margin: 0;
	z-index:1000;
}

#nav li ul ul { 
	margin: -2em 0 0 15.1em; 
} 

*html #nav li ul {
	width: 175px;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #FFDB4C;
	background: #0F5D9F;
	padding: 3px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #DDD;
	margin: 0px;
	width: 175px;
	line-height:normal;
}

#nav li ul a {
	color: #FFDB4C;
}

#nav li li a:hover{
	padding: 3px;
	color: #0049A7;
	background:#FFDB4C;
	margin:0px;
	width: 175px;
	line-height:normal;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav iframe {
position: absolute;
left: 0;
top: 0;
z-index: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
