/******************************************
*   Main or page navigation styles                       
******************************************/

/* MAIN SITE NAV STYLES
.navmainbar {
	color: white;
	background: #6699FF;
	height: 24px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.navmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #f5f5dc;
	font-weight: bold;
	text-decoration: none;
	background-color: #6699FF;
}

.navmain:hover {
	color: white;
	text-decoration: underline;
}
*/


/*Main Navbar */

#nav {
	/* background: #666; */				/* ===== CVFS AMEND ===== */
	background: #6699FF;
	/* font-size: 1em; */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	height: 24px;							/* ===== CVFS ADDED ==== */
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border: none;
	}

#nav li {
	float: left;
	list-style: none;
	border-right: 1px solid #fff;
	}

#nav a, #nav a:visited {
	display: block;
	font-weight: bold;
	/* color: #eee; */					/* ===== CVFS AMEND ===== */
	color: #FFF;
	padding: 6px 12px;
	}

#nav a:hover, #nav a:active {
	/* background: #333; */				/* ===== CVFS AMEND ===== */
	/* text-decoration: none; */
	text-decoration: underline;
	}	

.current_page_item a, #home .on {
	/* background: #333; */				/* ===== CVFS AMEND ===== */
	color: yellow;							/* ===== CVFS AMEND ===== */
	}
	

/* Dropdown Menus for child pages */		

#nav li ul {/*first level dropdown*/
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #666;
	}
	
#nav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 172px;
	}

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

#nav li li {
	width: 172px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background:#999;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	}

#nav li li a:hover, #nav li li a:active {background:#840000;}	
	
#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: auto;}

a.main:hover {background:none;}
