#subnav { 
	width: 650px; 
	margin: 3px auto; 
	padding: 5px 0 3px;
	background: url(../img/black_opc90.png);
	text-align: center;
	font: normal 14px/1.5em "Andale Mono", "Lucida Console", "MS Gothic", "Arial Narrow", Arial, monospace;
	text-transform: uppercase; 
	text-align: center;
	color: #999;
 
	}

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

#subnav li	{ 
	margin: 0 0 0 30px; 
	padding: 0 0 0 15px;
	display: inline;
	background: url(img/gr18_urfett_999_18x9.gif) center left no-repeat; }


#subnav li a { 
	padding: 0; 
	font-size: 14px; 
	text-decoration: none; }
	
#subnav li a:link			{ color: #999; }
#subnav li a:visited	{ color: #999; }
#subnav li a:hover		{ color: rgb(255,135,0); }
#subnav li a:active		{ color: #fff; }

#subnav li.on a { 
	padding: 0; 
	text-decoration: none; 
	background: none; }
	
#subnav li.on a:link			{ color: #fff; }
#subnav li.on a:visited		{ color: #fff; }
#subnav li.on a:hover			{ color: rgb(255,135,0); }
#subnav li.on a:active		{ color: #fff; }

