
/* 
	DBM | Deutsche Blechroller Meisterschaft
	-----------------------------------------------------------------
	last change: 2008-04-16, Claudio Diaspero
*/

#navi {
	width: 150px;
	margin-left: 20px;
	padding: 0px;	
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 90%;
	margin-bottom: 10px;
}

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	line-height: 14px;
}

#navi ul.sub, 
#navi ul.suball {
	padding-left: 10px;
	font-size: 12px;
}

#navi ul.sub {
	background-image: url('../img/back_navi.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

		
#navi li {
	margin: 0px;
}

#navi li a {
	color: #333333;
}
	
#navi li.current_main a,
#navi li.current_sub a,
#navi li.active_main a {
	color: #fa6600;
}	

#navi li.current_main a, 
#navi li.active_main a {
	background-image: url('../img/back_selected_navi.gif');
	background-position: bottom right;
	background-repeat: no-repeat;	
}	

#navi li.active_main a {
	/*color: #fa6600;*/
}

#navi li.sub a {
	background-image: none;
}	
	
#navi li a {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	/*color: #333333; /* #485658; */
	background-image: url('../img/back_navi.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

html>body #navi li a {
	width: auto;
}

#navi li a:hover {
	color: #fa6600;
	background-image: url('../img/back_selected_navi.gif');
	background-position: bottom right;
	background-repeat: no-repeat;	
}

#navi li.sub a, 
#navi li.suball a, 
#navi li.current_sub a,
#navi li.current_suball a {
	color: #000000;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
}

#navi li.current_sub a, 
#navi li.current_sub a:hover,
#navi li.current_suball a, 
#navi li.current_suball a:hover {
	color: #fa6600;
	background-image: none;
}

#navi ul.sub li a,
#navi ul.suball li a {
	background-image: none;
}
 
#navi li.suball a {
	color: #000000;
}

#navi li.suball a:hover,
#navi li.sub a:hover {
	color: #fa6600;
}

