html, body
{ 
	behavior: url(/styles/csshover.htc);
}
#nav 
{
	margin-top: 1px;
	width: 750px;
	height: 40px;
	padding: 0px;
	border: 0;
	background: url(/images/menu/nav_backgr.gif) no-repeat right top;
	z-index: 3;
	
	clear: left;
	width: 815px;
	background: url(/images/menu/nav_bg.gif) center center repeat-x;
	
}


#nav ul
{
	padding: 0 0 0 2px;	
	margin: 0;	
	list-style: none; 
	height: 40px;		
	position: relative;	
}
#nav ul li
{
	float: left;	
	display: inline;	
	cursor: pointer;	
	position: relative; 
	list-style-type: none;
	_background: url(/images/menu/nav_btn_spacer.gif) top right no-repeat;	
	
	border-right: #1d3252 solid 1px;
	border-right: #bbbbbb solid 1px;
	_font-weight: bold;
}
#nav ul ul
{
	border-right: 0px; 
	padding-right: 0px; 
	border-top: 0px; 
	display: none; 
	padding-left: 0px; 
	left: 0px;
	padding-bottom: 0px; 
	margin: 0px; 
	border-left: 0px; 
	width: 160px; 
	padding-top: 0px; 
	border-bottom: 0px; 
	list-style-type: none; 
	position: absolute; top: 37px;
}
#nav ul ul:unknown
{ 
	clear: both; 
	display: block; 
	visibility: hidden; 
	font: 1px/0px serif; 
	height: 0px; 
	content: "."
}
#nav ul ul li
{ 
	display: inline; 
	float: left; 
	width: 160px
}
#nav ul li a
{
	display: block;	
	margin: 0 2px 0 0;	
	padding: 10px 13px 11px 13px;	
	color: #91bce6;	
	text-decoration: none;	
	font-size: 13px;	
	text-align: center;	
		
	float: left;		
	white-space: nowrap;
	_background: url(/images/menu/nav_btn_bg_off.gif) repeat-x top left;	
	
	color: #1d3252;
	font: 13px verdana, arial, helvetica, sans-serif;
}
#nav ul li a.special
{
	color: #ff0000;
}
#nav ul li ul a
{
	border-right: #666666 1px solid; 
	display: block; 
	padding: 5px; 
	font-size: 10px; 
	background: #383736; 
	float: left; 
	color: #cccccc; 
	text-decoration: none;	
	text-align: left;	
	margin: 0px;		
	white-space: normal;
}
/*.aspnet-menu-nonlink{ border-right: #666666 1px solid; padding-right: 13px; display: block; padding-left: 13px; font-size: 10px; background: #383736; float: left; padding-bottom: 5px; color: #cccccc; padding-top: 5px; height: 1%; text-decoration: none}*/
#nav ul a:hover,
#nav ul li:hover a,
#nav ul li.iehover a,
#nav ul li.selected a
{
	background: url(/images/menu/nav_btn_bg_on.gif) repeat-x top left;
	
	background: url(/images/menu/nav_bg_over.gif) repeat-x center center;
}
#nav ul li:hover li a,
#nav ul li.iehover li a
{
	background: #fff; 
	float: none; 
	overflow: hidden; 
	color: #999999
}
#nav ul li:hover li a:hover{ background: #fff; color: #ff6600; color: #1d3252}
#nav ul li:hover li:hover a{ background: #fff; color: #ff6600; color: #1d3252}
#nav ul li.iehover li a:hover{ background: #fff; color: #ff6600; color: #1d3252}
#nav ul li.iehover li.iehover a{ background: #fff; color: #ff6600; color: #1d3252}
.hover{ background: #fff; color: #ff6600}
#nav ul li:hover li:hover li a{ background: #fff; color: #999999}
#nav ul li.iehover li.iehover li a{ background: #fff; color: #999999}
#nav ul li:hover li:hover li a:hover{ background: #fff; color: #ff6600; color: #1d3252}
#nav ul li:hover li:hover li:hover a{ background: #fff; color: #ff6600; color: #1d3252}
#nav ul li.iehover li.iehover li a:hover{ background: #fff; color: #ff6600; color: #1d3252}
#nav ul li.iehover li.iehover li.iehover a{ background: #fff; color: #ff6600; color: #1d3252}
#nav ul li:hover li:hover li:hover li a{ background: #fff; color: #999999}
#nav ul li.iehover li.iehover li.iehover li a{ background: #fff; color: #999999}
#nav ul li:hover li:hover li:hover li a:hover{ background: #fff; color: #ff6600; color: #1d3252}
#nav ul li.iehover li.iehover li.iehover li a:hover{ background: #fff; color: #ff6600; color: #1d3252}
#nav ul ul ul
{	
	border-top:1px solid #cccccc; 
	display: none; 
	left: 164px; 
	position: absolute; 
	top: 0px;	
	z-index: 10;

	top: -1px;
	left: 190px; /* ensure the new sub menu hovers to the left instead of having it overlap with the parent */
}
html>body #nav ul ul ul{ width: 190px;}
#nav ul ul ul ul
{
	border-top: 1px solid #cccccc; 
	display: none; 
	left: 164px; 
	position: absolute; 
	top: 0px;	
	z-index: 10;

	left: 190px; /* ensure the new sub menu hovers to the left instead of having it overlap with the parent */
}
#nav ul li:hover ul ul{ display: none}
#nav ul li:hover ul ul ul{ display: none}
#nav ul li.iehover ul ul{ display: none}
#nav ul li.iehover ul ul ul{ display: none}
#nav ul li:hover ul{ display: block}
#nav ul ul li:hover ul{ display: block}
#nav ul ul ul li:hover ul{ display: block}
#nav ul li.iehover ul{ display: block}
#nav ul ul li.iehover ul{ display: block}
#nav ul ul ul li.iehover ul{ display: block}
#nav ul li ul li a
{
	padding: 10px 13px 11px 10px;	
	background: #fff;	
	color:#999999;	
	text-decoration:none;	
	font-size: 10px;	
	text-align: left;	
		
	float: left;	
	width:165px;	
	border-bottom:1px solid #cccccc;	
	border-left:1px solid #cccccc;	
	border-right:1px solid #cccccc;	
	font-weight: bold;
}
#nav ul li ul li a:hover{ color: #ff6600;}
#nav ul li ul li.selected a{ color: #ff6600;}
