#subnavi {
clear: both;
overflow: hidden;
width: 550px;
padding: 0 0 0 20px;
margin: 20px 0 0 0;
background-color: #85027a;
height: 30px;
}
/* Sternchen-Hack, hasLayout für IE5x. und 6 */ 
* html #navi { height: 1%; }


#subnavi ul { margin: 0; }
#subnavi li {
float: left;
width: 175px;
list-style: none;
margin: 0 ;
}

#subnavi a {
display: block;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
margin-bottom: 0;
padding: 8px 0;
text-align: center;
}
#subnavi a:hover,
#subnavi a:focus {
text-decoration: underline;
} 

#subnavi .active a {
text-decoration: underline;
} 



/* ======================================
E N D navi_dropdown.css
====================================== */
