/*  =========================================================
Navigation design
Filename:  navi.css
Date:      03.12.2008
Author:    Theresa Eismann
========================================================== */

#subnavi {
   clear: both;
   overflow: hidden;
   padding: 0 0 0 20px;
   margin: 31px 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: 132px;
   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
   ====================================== */