#navwrap {
	width:768px;
	margin:0px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00529C;
	border-bottom-color: #00529C;
	color: #00529C;
	padding: 0px;
	height: 30px;
	background-color: #FEBD28;
}
#navigation {
	margin:0px;
	background-color: #00529C;
}

#nav, #nav ul {
	list-style: none;
	line-height: 115%;
	padding: 0px;
	width: 768px;
	color: #FFFFFF;
	margin: 0px;
	font-size: 12px;
	background-color: #00529C;
}


#nav li {
	float: left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 115%;
	margin: 0px;
	height: 29px;
	background-color: #00529C;


}
.search {
	background-color: #FEBD28;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
	padding-right: 0px;
	color: #00529C;
	margin: 0px;
	text-align: left;
	height: 30px;
}
.search p {
	padding: 7px 0px 0px 15px;
	display: inline;
	float: left;
	margin: 0px;
}
.search a {
	text-decoration: none;
	color: #00529C;
}
.search a:hover {
	color: #00529C;
}
.search img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#searchform input {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
}
#searchform .submit {
	display: block;
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#searchform {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 29px;
}

#nav li a {
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	color:#FFFFFF;
	padding-right: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00529C;
	background-color: #00529C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00529C;

}
	
#nav li a:hover {
	color:#00529C;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00529C;
	background-color: #FEBD28;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00529C;
	
}	

#nav li ul {
	position: absolute;
	left: -999em;
	font-weight: normal;
	margin: 0px;
	padding: 1px 0px 0px;
	width: 170px;
	background-color: transparent;
}


#nav li li {
	line-height: 100%;
	margin: 0px;
}

#nav li ul a {
	width: 150px;
	background-color: #00529C;
	text-align: left;
	color:#FFFFFF;

	
}
#nav li ul a:hover {
	color: #00529C;
	background-color: #FEBD28;
}

#nav ul:hover, #nav li:hover ul {
	left: auto;
	padding-bottom:0em;
}

