#menuBar {
	display: inline;
	position: relative;
	top: 7px;
/*	left: 17px; */
	left: 28px;
	overflow: hidden;
	}

/* the id styles below are for individual nav items to assure	*/
/* the highlighterd area is about 30px	*/
/* if nav order gets changed or section titles change, change these accordingly	*/
#navMenu1 {
	padding:9px 25px
}
#navMenu2 {
	padding:9px 32px
}
#navMenu3 {
	padding:9px 27px
}
#navMenu4 {
	padding:9px 36px
}
#navMenu5 {
	padding:9px 34px
}
#navMenu6 {
	padding:9px 16px
}


.menuHeader {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	padding-top: 9px;
	padding-bottom: 9px;
	margin: 0px;
	display: inline;
	position: relative;
/*	border-right: 1px solid #000000;	*/
	}
	
a.menuMainLink:link,a.menuMainLink:visited {
	text-decoration:none;
	color: #fff;
	margin:0 auto
}	
	
	
	
	
.menuBar a:link, .menuBar a:visited, .menuBar a:hover {
	color: #fff;
	text-decoration: none;
	
/*	border-right: 1px solid #000000;	*/
	}
	
.menuBar a:hover {
	color: #fff;
	text-decoration: none;
	
/*	border-right: 1px solid #000000;	*/
	}	

.menuDrop {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	top: 0px;
	left: 0;
	width: 175px;
	height: auto;
	margin: 0;
	margin-top:9px;
	padding: 0;
	color: #999999;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-repeat: repeat;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #666
}

.menuDrop a {
	display: block;
	text-align: left;
	padding: 2px 5px;
	border-top: 1px solid #ccc;
	text-decoration: none
	}

.menuDrop a:link {
	color: #000;
	}

.menuDrop a:visited {
	color: #000;
	}

.menuDrop a:hover {
	color: #fff;
	background-color: #990000;	
	}

.menuDrop a:active {
	color: #ffffff;
	background-color: #990000;	
	
	}
	
#nav { 
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 35px; 
	background: #000;
	background-image: url(images/navbar_complete.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
}


#nav .navmdl{ 
	height: 35px; 
	width: 770px;
	background-image: url(images/navbar_bg.gif);
	background-repeat: repeat-x;

	
}

#nav .navleft{ 
	float: left;
	height: 35px;
	width: 35px; 
	clear:none
	
}

#nav .navright{
	float:right; 
	height: 35px;
	width: 35px; 
}	
	
.bgLinkActive {
/*	background-color: #990000;	*/
	background-image:url(images/nav_highlight.png);
	background-repeat:repeat-x
}
