/*------------new left nav stuff--------------*/


	
	
html>body .navMenu {
	left:110px;
	}
	
	
	

	
html>body .mainMenu, html>body .navMenu {
	width:110px;
	}
	
	


/* ----------> UPDATE HERE: controls font  */	
.mainMenu li a:link, .mainMenu li a:visited {
	color:#fff;
	background-color:transparent;
	text-decoration:none;
	font-size:10px;
	font-weight:standard;
	padding:5px 5px 5px 9px; /* t r b l */
	display:block; 
	}
	
	
	
/* hide from MacIE5 \*/
.mainMenu li a:link, .mainMenu li a:visited {
	display:inline;
	display/**/:block; 
	margin-left/**/:-16px;
	width:100%;
	voice-family:"\"}\"",inherit;
	display:block;
	margin-left:0;
	height:100%;
	width:auto;
	}
/* end hide from MacIE5 */
html>body .mainMenu li a:link, html>body .mainMenu li a:visited {
	display:block;
	/* the following rule helps Netscape 6.x but screws recent builds (Mozilla, etc.) where the height bug is fixed. */
	height:auto;
	}


/* It doesn't really float left, but this fixes a NS 6.x bug */
/* It causes an new Opera bug too, so this selector hides it from Opera */
html[xmlns] div.menuContainer {
	float:left;
	}
.menuEnd {
	clear:both;
	}

/* skip section links */
li.skip {
	color:#fff;
	background-color:#294278;
	}
li.skip a:link, li.skip a:visited {
	position:absolute;
	top:2px;
	right:2px;
	display:block;
	overflow:hidden;
	padding: 10px 0 0 0;
	background-image: url("skipsection.gif"); 
	background-repeat: no-repeat;
	width:10px;
	height: 0px !important; /* for most browsers */
	height /**/:10px; /* for IE5.5's bad box model */
	}
/* end skip section links */	

/* functional classes */
/* used by the scripts, not set in the markup */
.hasSubMenu {
	color:#fff;
	background-color:#294278;
	background-image:url("../images/menu/hasSubMenu.gif");
	background-position:top right;
	background-repeat:no-repeat;
	}

.showMenu {
	display:block !important;
	}
/* end functional classes */




/*------------new left nav stuff--------------*/