ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:11px;
}
ul li {
	position: relative;
	border:1px solid #CCCC99;
	background-image:url(../images/navbck.gif);
	padding-left:7px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:2px;
	height:21px;
}
ul li a {
	width:100%;
	display: block;
	text-decoration: none;
	padding: 4px;
}
#navigation a:link {
	color: #000000;
}
#navigation a:visited {
	color: #000000;
}
#navigation a:hover {
	color: #666633;
	background-image: url(../images/current.gif);
	background-repeat: no-repeat;
	background-position: 90%;
}
#navigation a:active {
	color: #666633;
}
li #current {
	color:#FFFFFF;
	text-decoration:none;
}
li:hover ul, li.over ul {
	display: block;
	z-index:99;
}
.twoColFixLtHdr #navigation {
	width:100%;
	float:left;
	margin-top:2px;
	font-weight: bold;
}
#navFooter {
	margin-top:0px;
}
.twoColFixLtHdr #topNav {
	padding-top:3px;
	margin-bottom:5px;
}
.twoColFixLtHdr #topNav a {
	font-size:9px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
#subnav {

	background-image:url(../images/subnavbck.gif);
	padding:3px;
	text-align:center;

}
#subnav a {

	text-decoration:none;
	color:#000000;
	padding-right:8px;
	padding-left:8px;
	width:100%;
}
#subnav a:hover {
	text-decoration:none;
	background-image:url(../images/current.gif);
	background-repeat:no-repeat;
	background-position:100%;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
}
* html ul li a {
	height: 1%;
}
/* End */
