/* Start Navutil styles */
#navutil {
	position: absolute;
	right: 10px;
	top: 8px;
	color: #fff;	
}

#navutil a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#navutil a:hover {
	text-decoration: underline;
}



/* Start Navmain styles */
#navmain {
	height: 11px;
	width: 441px;
	position: absolute;
	top: 132px;
	left: 29px;
}

#navmain ul {
	height: 11px;
	width: 441px;
	background: transparent url("../images/navmain.gif") left top no-repeat;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

#navmain ul li { 
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;	
}

#navmain ul li a { 
	display: block;
	height: 11px;
}

#navgame {
	left: 0px;
	width: 38px;
}

#navgame a:hover {
	background: transparent url("../images/navmain.gif") 0px -11px no-repeat;
}

#navfeatured {
	left: 64px;
	width: 61px;
}

#navfeatured a:hover {
	background: transparent url("../images/navmain.gif") -64px -11px no-repeat;
}


#navscreens {
	left: 150px;
	width: 56px;
}

#navscreens a:hover {
	background: transparent url("../images/navmain.gif") -150px -11px no-repeat;
}


#navvideos {
	left: 232px;
	width: 46px;
}

#navvideos a:hover {
	background: transparent url("../images/navmain.gif") -232px -11px no-repeat;
}

#navdownloads {
	left: 304px;
	width: 75px;
}

#navdownloads a:hover {
	background: transparent url("../images/navmain.gif") -304px -11px no-repeat;
}

#navlinks {
	left: 403px;
	width: 38px;
}

#navlinks a:hover {
	background: transparent url("../images/navmain.gif") -403px -11px no-repeat;
}


/* Leftnav style definition */
#leftnav {
	margin: 0;
	padding: 25px 0 0 0;	
}

#leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftnav ul li {
	margin: 0;
	padding: 0 20px 35px 20px;
	text-align: center;
	background: transparent url("../images/leftnav_separator.jpg") center bottom no-repeat;
}

#leftnav ul li.leftnav-lastitem {
	margin: 0;
	padding: 0 20px 35px 20px;
	text-align: center;
	background: none;
}

#leftnav ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color:#39c;
	text-decoration: none;
	text-align: center;
	display: block;
}

#leftnav ul li a:hover {
	color: #c30;
}

#leftnav ul li a.leftnav-selected {
	color: #c30;
}


