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

#navtop ul {
	height: auto;
	width: 670px;
	margin: 0px;
	padding-right: 40px;
}
#navtop ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;	
}
#navtop ul li a	{
	height: 23px;
	display:inline-block;
	color: #666666;
	text-decoration: none;
	line-height: 19px;
	text-align: center;
	padding-right: 16px;
	padding-left: 16px;
}
#navtop ul li a:hover	{
	color: #E8173F;
}


#navbottom {
	width: 660px;
	height: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	margin: 0px;
	padding: 5px;
}
#navbottom ul {
	/*height: auto;
	width: 700px;*/
	margin: 0px;
	padding-left: 25px;
}
#navbottom ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;	
}
#navbottom ul li a	{
	height: 15px;
	display:inline-block;
	color: #CCCCCC;
	text-decoration: underline;
	line-height: 19px;
	text-align: center;
	padding-right: 9px;
	padding-left: 9px;
}
#navbottom ul li a:hover	{
	color: #E8173F;
	text-decoration: none;
}
