@charset "utf-8";
/* CSS Document */
#navtop {
	width: 635px;
	height: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #999999;
	margin: 0px;
	padding: 0px;
}

#navtop ul {
	height: auto;
	width: 635px;
	margin: 0px;
	padding-left: 20px;
}
#navtop ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;	
}
#navtop ul li a	{
	height: 23px;
	display:inline-block;
	color: #7D1313;
	text-decoration: none;
	line-height: 19px;
	text-align: center;
	padding-right: 9px;
	padding-left: 9px;
}
#navtop ul li a:hover	{
	color: #397C75;
}


#navbottom {
	width: 705px;
	height: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #7D1313;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#navbottom ul {
	height: auto;
	width: 705px;
	margin: 0px;
	padding-left: 25px;
}
#navbottom ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;	
}
#navbottom ul li a	{
	height: 23px;
	display:inline-block;
	color: #7D1313;
	text-decoration: none;
	line-height: 19px;
	text-align: center;
	padding-right: 9px;
	padding-left: 9px;
}
#navbottom ul li a:hover	{
	color: #397C75;
}
