/*Main Navbar */

#headernav {
	/* width:592px;	*/
	background-color:#134B8E;
	height:30px;
	text-align:center;
	float:left;
	/*border: solid 1px #f00;*/
	}
	
#nav {
	background:#134B8E;
	font-size:1.1em;
	height:30px;
	margin:0px;
	padding:5px 170px 0px;
	text-align:center;
	}
	
#nav ul {
	list-style: none;
	line-height: 1;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
	border-right:1px solid #a9a9a9;
	}
	
.hometab {border-left:1px solid #a9a9a9;}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	padding:6px 12px;
	}

#nav a:hover, #nav a:active{
	background:#f5f5f4;
	color:#134B8E;
	text-decoration:none;
	}	
	
/*this is the css for the right sidebar in the CBU pages*/	
.rnav {
	width:201px;
	font-size:1.1em;
	height:30px;
	margin:0px;
	padding:0px;
	text-align:center;
	}
	
.rnav ul {
	margin:0px;
	padding:0px;
	list-style: none;
	line-height: 1;
	}

/*.rnav a, .nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}*/

.rnav li {
	float: left;
	list-style:none;
	width:202px;
	}
	


.rnav a, .rnav a:visited {
	display:block;
	font-weight:bold;
	color: #134b8e;
	padding:6px 12px;
	}

.rnav a:hover, .rnav a:active{
	background:#134b8e;
	color:#ffffff;
	text-decoration:none;
	}	
	
/*this is the css for the nav on header1 which is used in the single.php file*/

#singleheadernav {
	width:800px;	
	background-color:#134B8E;
	height:30px;
	text-align:center;
	}

#singlenav {
	background:#134B8E;
	font-size:1.1em;
	height:30px;
	margin:0px;
	padding:5px 125px 0;
	text-align:center;
	}
	
#singlenav ul {
	list-style: none;
	line-height: 1;
	}

#singlenav a, #singlenav a:hover {
	display: block;
	background-color:#134B8E;
	text-decoration: none;
	border:none;
	}

#singlenav li {
	float: left;
	list-style:none;
	border-right:1px solid #a9a9a9;
	}

#singlenav a, #singlenav a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	padding:6px 12px;
	}

#singlenav a:hover, #singlenav a:active {
	background:#f5f5f4;
	color:#134B8E;
	text-decoration:none;
	}		
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #777;
	}

#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:#000;
	}	
		
#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;
	}
	
	

		
