ul.topnav {
	list-style: none;
	padding: 0;	
	margin: 0;
	float: left;
	width: 1212px;
	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/player.jpg);
	width:115px; 
	height:36px;
}

ul.topnav li a#history{
	background-image:url(../images/history.jpg);
	width:84px; 
	height:36px;
}


/*hover*/
ul.topnav li:hover a#pz{
	background-image:url(../images/player_over.jpg);
	width:115px; 
	height:37px;
}

ul.topnav li:hover a#history{
	background-image:url(../images/history_over.jpg);
	width:84px; 
	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:#e2fd00;
}
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:#000000;
	background-color:#e2fd00;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
}
ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background-color:#000000;
	padding-left: 20px;
	color:#e2fd00;
	width:177px;
}
