/* Formatierung der Navigationsleiste */
	    
#nav {
	margin:0; 
	padding: 0;
	background: #6C6;
}


#nav tr {
	list-style: none; 
	margin-left: 1px; 
	font-size: 8px; 
	line-height: 14px; 
	white-space: nowrap; 
	
}

#nav a {
	display: block;   
	padding: 0 5px 0 5px; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none; 
	font-weight: bold;
/*	border: 1px solid;
	border-color: #FFF #333 #333 #FFF; */
	color: #333; 
	width: 120px;
	white-space: nowrap;
}

html>body #nav a{width: auto;}

#nav a {float: none}

#nav a:hover {
	/* color: rgb(62%,35%,22%); */ 
	background: rgb(92%,55%,12%);
}
	    
/* Formatierung der Untermenus */

#subnav {
	margin: 0; 
	padding: 0;
	background: #C00;
}


#subnav tr {
	list-style: none; 
	margin-left: 1px; 
	font-size: 8px; 
	line-height: 12px; 
	white-space: nowrap; 
	
}

#subnav a {
	display: block;   
	padding: 0 5px 0 10px; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none; 
	font-weight: bold;
/*	border: 1px solid;
	border-color: #FFF #333 #333 #FFF; */
	color: #FFF; 
	width: 130;
	white-space: nowrap;
}

html>body #nav a{width: auto;}

#subnav a {float: none}

#subnav a:hover {
	/* color: rgb(62%,35%,22%); */ 
	background: rgb(92%,55%,12%);
}

#subhead  {
	background: #3333FF;
	color: #FFF;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

