#topnav {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 890px;
	height: 60px;
}
#toplogo {
	text-align: left;
	float: left;
	width: 200px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width:890px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#nav1 {
	background-color: #999999;
	float: right;
	width: 690px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 16px;
}
#nav2 {
	background-color: #666666;
	float: right;
	height: 30px;
	width: 647px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #333333;
}
#nav1 ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav1 li {
	display: inline;
	padding-right: 15px;
	margin: 0px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-left: 15px;
}
#nav1 a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	font-weight: normal;
}
#nav2 ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#nav2 li {
	display: inline;
	padding-right: 20px;
	margin: 0px;
}
#nav2 a {
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 2.3em;
	background-color: #666666;
	font-weight: normal;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#nav1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #006699;
	font-weight: normal;
}
#nav2 a:hover {
	color: #FFCC00;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	font-weight: normal;
}


#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0;
}

#nav-menu li a
{
	height: 1.8em;
	float: left;
	width: 7em;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #8A8A8A;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: normal;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
	width:690px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#nav-menu li a:hover {
	height: 1.8em;
	float: left;
	width: 7em;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: normal;
}
#nav-menu li a.active {
	height: 1.8em;
	float: left;
	width: 7em;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: normal;
}