ul#navrechts {
	font-familiy: Verdana;
	width:150px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font: normal 10px;
}

#navrechts li {
	margin: 0px;
}                      

#navrechts a {
display: block;
text-decoration: none;
text-align:right;
color:#FFF;
width: 100%;
height:15px; 
padding:3px 5px 0px 5px;
border-width:1px;
border-style:solid;
border-color:#D50304;
}          

#navrechts a p {
float:right;
margin:0px;
padding:0px;
width:20px;
background : url(images/menu/pfeil_rechts.gif) no-repeat 5px;
}

html>body #navrechts a {height:15px;}

#navrechts a:visited {
color: #FFF;
text-decoration: none;
}

#navrechts a:hover {
color:#FFF;
/*background : url(../images/menu/menubg_rechts.gif) repeat-y 0px;*/
background-color:#D23A3B;
text-decoration:none;     
border-width:1px;
border-style:solid solid solid none;
border-color:#DDDDDD;   
} 

						
#navrechts li a.menuactiv {
color:#FFF;
/*background : url(../images/menu/menubg_rechts.gif) repeat-y 0px;*/
background-color:#D23A3B;
text-decoration:none;     
border-width:1px;
border-style:solid solid solid none;
border-color:#DDDDDD;  
}

#navrechts li a.menuactiv:visited {color:#FFF;}

#navrechts span.ueber1 {
	color:#FFF;
	display:block;
	width: 100%;
	text-align:right;
	letter-spacing:3px;
	font-weight:bold;
	border-width:1px;
	border-color:#FFF;
	border-style: none none dashed none;
	padding-bottom:2px;
}