@charset "utf-8";
/* CSS Document */

body {
	font:76% Arial;
	margin: 0;
}
#main {
	width: 810px;
	margin: 0 auto;
	position:relative;
}
#header {
	width: 810px;
	height: 60px;
	padding: 19px 0 8PX 0;
}



#nav {
	position:absolute;
	top: 55px;
	left: 365px;
	height:21px;
	margin:0;
	width:465px;
	font-size: 13px;
	z-index: 1000;
}
#nav ul {
	float:left;
	margin: 0;
	padding: 0;
	list-style:none;
}
#nav .top a{
	text-decoration: none;
	color: #939498;
	padding: 0px 20px;
	font-weight: bold;
}
#nav .top a:hover{
	text-decoration:none;
	color: #77A5B2;
}
#nav ul .nestedli {
	display:none;
	clear: both;
}
#nav ul:hover .nestedli {
	display:block;
	background:#fff;
	margin:0 5px 0 5px;
	padding:2px 0 2px 1px;
	text-align: center;
	/*border-right: 1px solid #333;
	border-left: 1px solid #333;*/
}
/*.topnested {
	border-top: 1px solid #333;
}
.bottomnested {
	border-bottom: 1px solid #333;
}*/
#nav ul:hover .nestedli a {
	margin: 0;
	color:#939498;
	text-decoration:none;
	font-size: 11px;
	text-transform: uppercase;
}
#nav ul:hover .nestedli a:hover{
	color:#77A5B2;
}
.bdr {
	border-right: 1px solid #949599;
}



#footer {
	width: 810px;
	height: 30px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	border-top: 1px solid #949599;
}
#footer p {
	text-align: center;
	color: #919296;
}