#menu {
	height: 48px;
	background-image: url(../images/newmenubg.jpg);
	float: left;
	width: 100%
}

#nav, #nav * { 
	margin: 0;
	padding: 0;
}

#nav {

}

#nav {
	width: 960px;
	position: relative;
	float: left;

}
	
#nav li ul {
	cursor: default;
	width: 100%;
	max-width: 100%;
	position: absolute;
	height: auto; 
	top: 22px; 
	padding: 10px 0; 
	padding-left: 1em !important; 
	left: -9000px; 
	margin-top: -4px;
}
	
#nav li {
	background-image:url(../images/divide.jpg);
	background-position: right 1px;
	background-repeat: no-repeat;
	cursor: pointer; 
	float: left; 
	max-width: 16.5%; 
	text-align: center; 
	list-style-type: none; 
	padding-left: 20px; 
	padding-right: 20px;
	height: 26px;
}

#nav li ul li {
	background-image:none;
	background-position: none;
	background-repeat: no-repeat;	
	padding: 0 10px 0 0; 
	border: none; 
	width: auto; 
	max-width: none;
}

#nav li a {
	
	float: left; 
	text-decoration: none;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
}

#nav li a:hover {
	color: #FFFFFF;
}

#nav li ul li a {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 0.7em;
	line-height: 0.7em;
	padding-top: 5px;
	position: relative;
	white-space: nowrap;
	
}

#nav li ul li a:hover {
	color: #050B4F;
}

body #nav li.nav_last {
	background-image: none;
}

/* These are a backup, in case javascript is turned off */
#nav li:hover ul,
#nav li.msieFix ul {left:0;z-index:10} 


#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: 0;
	width: 900px;
}