@charset "UTF-8";
#subnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: C1B03C;
	height: 47px;
	width: 434px;
	background-color: #0F3252;
	float: left;
}
#subnav ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
}
#subnav li {
	display: inline;
}
#subnav li a {
	color: #c1b03c;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	display: block;
	float: left;
}
#subnav a:hover {
	color: #3B8FA4;
}
#navigation {
	background-image: url(../img/nv_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 416px;
	text-align: center;
	float: left;
	background-color: #0F3252;
}
#navigation ul {
	padding: 0px;
	margin-top: 17px;
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation li {
	display: inline;
}
#navigation li a {
	color: #A9875A;
	text-decoration: none;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	float: left;
}
#navigation a:hover {
	color: #E9DB84;
}

