/*****	Begin Classes for Site Navigation	*****/

#nav {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 563px;
	z-index: 1;
}

#mainnav {
    width: 563px;
    height: 32px;
    position: relative;
    background: url("../images/mainnav.gif") no-repeat;
	margin:0px;
}

#mainnav li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	top: 0px;
	}

#mainnav li, #mainnav a {
    height: 32px;
	display: block;
	}

#navstory {
	left: 0px;
	width: 72px;
}

#navstory a:hover {
    background: transparent url("../images/mainnav.gif")  0px -32px no-repeat;
}

#navfeatures {
	left: 72px;
	width: 89px;
}

#navfeatures a:hover {
    background: transparent url("../images/mainnav.gif")  -72px -32px no-repeat;
}

#navscreens {
	left: 161px;
	width: 81px;
}

#navscreens a:hover {
    background: transparent url("../images/mainnav.gif")  -161px -32px no-repeat;
}

#navvideo {
	left: 242px;
	width: 71px;
}

#navvideo a:hover {
    background: transparent url("../images/mainnav.gif")  -242px -32px no-repeat;
}

#navdownloads {
	left: 313px;
	width: 111px;
}

#navdownloads a:hover {
	background: transparent url("../images/mainnav.gif") -313px -32px no-repeat;
}

#navforums {
	left: 424px;
	width: 76px;
}

#navforums a:hover {
    background: transparent url("../images/mainnav.gif") -424px -32px no-repeat;
}


#navlinks {
	left: 500px;
	width: 55px;
}

#navlinks a:hover {
    background: transparent url("../images/mainnav.gif") -500px -32px no-repeat;
}


#leftnavbox {
	position:absolute;
	top: 156px;
	left:27px;

}

a.leftnav:link, a.leftnav:visited, a.leftnav:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 25px 3px 16px;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
	border-bottom: 1px solid #548E9B;
	width: 91px;
	color:#FFFFFF;
	display:block;
}

a.leftnav:hover {
	background: url("../images/leftnavbullet.gif") left top no-repeat;
	color: #FFCC00;
}

a.leftnavselected, a.leftnavselected:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 25px 3px 16px;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
	border-bottom: 1px solid #548E9B;
	width: 91px;
/*	color:#FFFFFF; */
	display:block;
	background: url("../images/leftnavbullet.gif") left top no-repeat;
	color: #FFCC00;
}

/***** End Classes for Site Navigation *****/
