@charset "utf-8";
#header li {
	display: inline;
	list-style-type: none;
	font-size: 13px;
	line-height: 18px;
}
#header #top .list {
	display: block;
}


#header li a {
	float: left;
	width: 122px;
	font-size: 12px;
	line-height: 35px;
	text-decoration: none;
	background-color: #000099;
	display: block;
	height: 35px;
	color: #FFFFFF;
	left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	border: 1px solid #000099;
	padding: 0px;
}

#header {
	width: 760px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#header li a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000099;
	left: 0px;
	border: 1px solid #000099;
}
#header ul {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#top {
	width: 220px;
}
#top p {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 20px;
	margin: 0px;
}
#header #top .list li {
	display: block;
}
