/* CSS Document */
.subnav {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image:  url(../images/navigation/sub-over-state.jpg);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 120px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.subnav img {
	width: 120px; 
	height: 30px; 
	border: 0; 
}
* html .subnavLink:hover {
	visibility:visible;
	text-decoration: none;
}
.subnav .subnavLink:hover img {
	visibility:hidden;
	text-decoration: none;
}
.subnav .subnavLink:link {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FF9933;
	text-decoration: none;
	width: 120px;
	height: 30px;
	float: left;
}
.subnav .subnavLink:active {
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}
.subnav .subnavLink:visited {
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}
.subnav .subnavLink:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.subnav span {
	position: absolute;
	left: 5px;
	top: 7px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 100px;
	height: 15px;
}
.subnav .fixedsubnavLink:link {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	width: 120px;
	height: 45px;
	float: left;
}
.subnav .fixedsubnavLink:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.subnav .fixedsubnavLink:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.subnav .fixedsubnavLink:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
