/*-----------------------------------------------------------------------------------------------------*/
/* Box-Model Bug: Korrektur der Breitenangaben der Listenelemente des Submen�s im IE 5.x/Win 
**                
** Hinweis: Befindet sich der IE6 im Quirk-Modus, so ben�tigt er ebenfalls die korrigierten Werte !!
**
** IE5.x/Win - x
** IE5.x/Mac - 0
** IE6       - 0
** IE7       - 0
*/	

/* Hides from IE-mac \*/

* html #col1_content #navigation ul li a {\width: 100%; }	
* html #col1_content #navigation ul li ul li a { \width: 100%; }    
* html #col1_content #navigation ul li ul li ul li a { \width: 100%; }    
* html #col1_content #navigation ul li span { \width: 100%; }      
* html #col1_content #navigation ul li#title { \width: 100%; }
* html #col1_content #navigation ul li.active { \width: 100%; }


* html #navigation ul { 
margin: 0 0 6px 0; 
padding: 0; 
list-style: none; 
zoom: 1;
}
* html #navigation ul ul { 
margin: 0; 
padding: 0; 
list-style: none; 
zoom: 1;

}
* html #navigation li { 
margin: 0; 
padding: 0; 
list-style: none;
clear: both;
position: static;
margin: 0 0;
border: 1px solid #FFFFFF;
}

* html #navigation a {
padding-left:16px;
color: #1477C8;
text-decoration: none;
margin:0 -1px 0 -1px;
display: block;
font-size: 69%;
font-weight: bold;
height: 100%;
border-top: 1px solid #F0F0F0;
border-bottom: 1px solid #F0F0F0;
}

* html #navigation ul li.one a {
position: relative;
}
 
* html #navigation ul li.two a {
font-weight: normal;
position: relative;
top: -2px;
margin-bottom: -2px;
}	
