ul.topnav {
	list-style: none;
	padding: 0;	
	margin: 0;
	float: left;
	width: 1201px;
	font-size: 1.2em;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0;
	position: relative; /*--Declare X and Y axis base--*/
	height:37px;
	z-index:2;
}
ul.topnav li a{
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
/*ul.topnav li a:hover{

	}*/

ul.topnav li:hover a{

}

/*non hover*/
ul.topnav li a#pz{
	background-image:url(../images/n_playerZone.jpg);
	width:110px; 
	height:37px;
}

ul.topnav li a#history{
	background-image:url(../images/n_history.jpg);
	width:78px; 
	height:37px;
}


/*hover*/
ul.topnav li:hover a#pz{
	background-image:url(../images/n_playerZone_OVER.jpg);
	width:110px; 
	height:37px;
}

ul.topnav li:hover a#history{
	background-image:url(../images/n_history_OVER.jpg);
	width:78px; 
	height:37px;
}
	
	
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	width:197px;
	left: 0px;
	top: 37px;
	padding: 0;
	display: none;
	float: left;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*margin-top: 45px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;*/
	margin: 0px;
	background-color: #990000;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 177px;
	height:auto;
	z-index:2;
}
ul.topnav li ul.subnav li a {
	float: left;
	width: 177px;
	color:#fff;
	background-color:#c41f26;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
}
ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background-color:#fff;
	padding-left: 20px;
	color:#463811;
	width:177px;
}