/* CSS Document *//* ############### TOPNAVIGATION ############### */


#topnav{
	/* relative positioning: pull #topnav up or down, to the left or right, it will layer itself above the header */
	/*position: relative;
	left: 257px;
	top: -38px;*/
	margin: 0 10px 0 11px;
	background-image:url(../gfx/basics/bg.topnav.gif); background-repeat:repeat-x;
	width: 878px;
	height: 48px; 
	overflow: hidden;
}

#topnav ul{
	margin-top: 15px;
	margin-left: 0px;
}
#topnav li{
	display: inline;
	padding: 0 4px 0 4px;
	color: #fff;
}

#topnav a, #topnav a.visited{
	color: #b8b6b6;
	text-decoration: none;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
}

#topnav a:hover, #topnav a:active, #topnav a.selected{
	color: #FFF;
}

