 /**
Nav and Subnav
Split these out if you want the two levels to look different
*/
#nav {
	list-style: none;
	padding: 12px 0 12px 190px;
	margin: 0;
	font-size: 13px;
	width: 770px;
	height: 12px;
	position: relative;
}

#nav li {
	display: inline;
	padding: 0 20px 0 0;
	float: left;
}

#nav li.page-item-9 {
	padding : 0;
}

#nav li a {
	text-decoration: none;
	color: #fff;
	height: 23px;
	display: block;
}

#nav li a:hover {
	color: #c6db00;
}

/* sub nav styles */

.sub-nav {
	list-style-type: none;
	margin : 0;
	padding : 7px 0 0 190px;
}

.sub-nav li {
	display : inline;
	font-size : 12px;
	margin-right : 20px;
}

.sub-nav li a:link     	{ color: #666; font-weight: normal; text-decoration: none; }
.sub-nav li a:visited  	{ color: #666; font-weight: normal; text-decoration: none; }
.sub-nav li a:hover    	{ color: #666; font-weight: normal; text-decoration: underline; }
.sub-nav li a:active   	{ color: #666; font-weight: normal; text-decoration: underline; }

/* Currently selected page nav item (and parent) if applicable */
#nav li.current_page_item a,
#nav li.current_page_parent a,
#nav li.current_page_ancestor a {
	text-decoration: none;
	color: #c6db00;
}

.sub-nav .current_page_item a, .sub-nav .current_page_ancestor a, body.agency-news .sub-nav li.page-item-34 a {
	color: #006bb3 !important;
}

#nav li.current_page_item ul li ul li a {
	color: #fff;
}

#nav li.current_page_item ul li a:hover {
	color: #006bb3;
}

#nav li#site_search {
	float : right;
	margin : -4px 0 0 0;
	padding : 0;
	width : 155px;
}

#nav li#site_search input#s {
	width:100px;
	height:12px;
	line-height:1em;
	font-size:10px;
	float : left;
	margin-right : 4px;
}

#nav li#site_search .search-submit {
	float : left;
	background : url(../images/search_arrows.gif) no-repeat 0 0px;
	height : 21px;
	width : 21px;
	border : none;
	text-indent : -9999px;
	color : transparent;
	cursor: pointer;
	outline: 0;
}

#nav li#site_search .search-submit:hover {
	background-position : 0 -21px;
}

.search #nav li.current_page_item a,  
.search #nav li.current_page_parent a { 
	color:#fff !important; 
}