.menu ul {
	margin: 0 auto;
	padding:25px 0;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width:990px;
}
.menu ul li {
	margin:0 20px 0 0;
	padding:0;
	list-style: none;
	height: 21px;
	float:left
}
.menu ul li a, .menu ul li a:visited {
	float: left;
	color: #99AFC6;
	padding: 0px;
	text-decoration: none;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #0099CC;
	margin-right: 0px;
	padding-right: 5px;
	height: 21px;
}
.menu ul li a:hover {
	color: #666666;
	background-color: transparent;
}
.menu ul li .current, .menu ul li .current:hover,
.menu ul li .onPath, .menu ul li .onPath:hover {
	color: #ffffff !important;
	background-color: transparent;
	background-image: url(/img/menu/current_right.png);
	background-repeat: no-repeat;
	background-position: right;
}

.menu ul li .current span,
.menu ul li .onPath span {
	padding-left: 5px;
	background-image: url(/img/menu/current.png);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 21px;
	display: block;
}

#footer .menu{float:left}
#footer .menu ul {
	margin: 0;
	padding:0;
	overflow: hidden;
	width:600px;
}
#footer .menu ul li {
	margin:0 20px 0 0;
	padding:0;
	list-style: none;
	height: 21px;
	float:left
}
#footer  .menu ul li a, #footer  .menu ul li a:visited {
	float: left;
	color: #8E8E8E;
	padding: 0px;
	text-decoration: none;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-right: 0px;
	padding-right: 5px;
	height: 21px;
}
#footer .menu ul li a:hover {
	color: #8E8E8E;
	background-color: transparent;
	text-decoration:underline;
}
#footer .menu ul li .current, #footer .menu ul li .current:hover,
#footer .menu ul li .onPath, #footer .menu ul li .onPath:hover {
	color: #8E8E8E !important;
	background-color: transparent;
	background-image: none;
}

#footer .menu ul li .current span,
#footer .menu ul li .onPath span {
	padding-left: 5px;
	background-image: none;
	line-height: 21px;
	display: block;
}














