
a.nav {	
	text-decoration: none;
}

a.nav:VISITED {	
	text-decoration: none;
	color: white;

}

.out { /* Top Level Navigation passiv */
text-indent: 3px;
background-color: #908D8D; 
border-right: 1px solid white; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
width: 120px;
height: 19px;
color: white;
}

.out a 		{color: #FFFFFF;}



.in { /* Top Level Navigation aktiv */
text-indent: 3px;	
background-color: #CCCCCC; 
border-right: 1px solid white; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
width: 120px;
height: 19px;
color: #FFFFFF;
}

.in a 		{color: #000000;}



.anylinkcss{
text-decoration: none;
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 18px;
z-index: 100;
background-color: #CCCCCC;
width: 180px;
color: black;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: black;
}

.anylinkcss a:Visited { 
background-color: #CCCCCC;
color: black;
}
.anylinkcss a:hover { 
background-color: #CCCCCC;
color: white;
}




