@CHARSET "UTF-8";
#navlist_5{
	position: relative;
	width: 654px;
	height: 1.35em;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #DFDFDF;
	white-space: nowrap;
}

#navlist_5 li{
	float: left;
	margin: 0 0 0 2px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #aaa #555 #60a0d5 #999;
	list-style-type: none;
}

#navlist_5 li a{
	position: relative;
	width: 15em;
	display: block;
	margin: 0;
	padding: 1px 0.4em;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #eee;
	color: #666;
	font: normal 0.95em/120% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

#navlist_5 li a:hover{
	font-weight: bold;
}

#navlist_5 li#active a{
	font-weight: bold;
	background-color: #60a0d5;
	color: #fff;
	border-color: #5993C4 #4F84AF #60a0d5 #5993C4;
}

#navlist_5 li#active a:hover {
	color: #fff;
}

* html > body #navlist_5, * html > body #navlist_5 ul#subnavlist{
	width: 600px;
	/* IE5/Mac fixed width fix */
}

