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


/*Main Navbar */

#test {
	background:#055AB5;
	font-size:1em;

	}
	
#test, #test ul {
	list-style:none;
	line-height:1;
	}

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

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

#test a, #test a:visited {
	display:block;
	font-weight:bold;
	color: #eee;
	padding:6px 12px;
	}

#test a:hover, #test a:active {
	background:#333;
	text-decoration:none;
	}	

.current_page_item	a, #home .on  {background:#333;}
	
	
	
/* Dropdown Menus for child pages */		

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


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

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


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

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

#test li li a:hover, #test li li a:active {background:#044C99;}	
	
#test li:hover ul, #test li li:hover ul, #test li li li:hover ul, #test li.sfhover ul, #test li li.sfhover ul, #test li li li.sfhover ul {left: auto;}

a.main:hover {background:none;}

#test li:hover, #test li.hover {
position: static;}







