/*  =========================================================
Navigation design
Filename:  navi_dropdown.css
Date:      Feb 2009
Author:    Theresa Bayr
========================================================== */

#navi {
   clear: both;
   overflow: hidden;
   margin: 0;
   padding-left: 5px;
   background-color: #333333;
   height: 40px;
}
* html #navi { height: 1%; }

#navi ul {margin: 0; }
#navi li {
   float: left;
   list-style: none;
   margin: 0;
}

#navi a {
	display: block;
	color: #FFFFFF;
	margin-bottom: 0;
	text-align: center;
	padding: 13px 43px;
	text-decoration: none;
}
	
#navi a:hover,
#navi a:focus {
	background: url(../images/bg_menu_over.gif) bottom center no-repeat;
}
#navi a.active {
	font-weight: normal;
	background: url(../images/bg_menu_over.gif) bottom center no-repeat;
} 


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