#nav {
	background: url(../images/nav-background.png) repeat-x;
	height: 61px;
	padding-top: 8px;
	width: 100%;
}

*html #nav {
	background: url(../images/nav-background.gif) repeat-x;
	height: 30px;
	padding-top: 6px;
	width: 100%;
}
#nav ul { /* all lists */
	list-style: none;
	color: #0099FF;
	height: 40px;
	width: 943px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	z-index: 3;
}
#nav ul a {
	display: block;
	width: auto;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	height: 29px;
	background: url(../images/nav-divider.jpg) no-repeat right top;	font-size:12px;	text-decoration: none;	margin-top: 2px;
	padding-top: 8px;
	padding-left: 20px;	padding-right: 20px;
}
*html #nav ul a {
	width: 70px;
padding-top: 8px;
text-align:center;
}

#nav ul a:hover {
	text-decoration: underline;
}




#nav ul li { /* all list items */
	float: left; /* width needed or else Opera goes nuts */
}

#nav ul li ul { /* second-level lists */
	position: absolute;
	background: #008DEB;
	width: 200px;
	height: auto;
	margin: 0px;
	padding: 0px;
	/*margin-top:-3px;*/
	margin-left:4px;
	text-transform: lowercase;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav ul li:hover ul ul, 
#nav ul li:hover ul ul ul, 
#nav ul li.sfhover ul ul, 
#nav ul li.sfhover ul ul ul {
	left: -999em;
}

#nav ul li:hover ul, 
#nav ul li li:hover ul, 
#nav ul li li li:hover ul, 
#nav ul li.sfhover ul, 
#nav ul li li.sfhover ul, 
#nav ul li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav ul ul li:hover,
#nav ul ul li.sfhover {
	background-color: #013F7A;
} 


#nav li:hover,
#nav li.sfhover,
#nav li.hover {
	position: static;
}

}
#nav ul li ul#nav-sub-products {
	width: 200px;
}

#nav ul #nav-sub-products a{
	width: 190px;
	background: url(none);
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
}
*html #nav ul #nav-sub-products a{
text-align:left
}

#nav ul #nav-sub-products a:hover{
	text-decoration: none;
}