#menu ul
{
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 0px 0px 17px 0px; /*oben|rechts|unten|links */
	list-style: none;
}

#menu li
{
	list-style: none;
	text-align: left;
	margin: 0px 0px 0px 5px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
}

#menu li ul
{
	display:block;
	height: 15px;
}

#menu li.inactive
{
	background-image: url(../images/bg_navleft_ia.gif);
	background-repeat: repeat-y;
	list-style: none;
	text-align: left;
	margin: 0px 0px 0px 5px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
}

#menu li.inactive:hover
{
	background-image: none;
	list-style: none;
	text-align: left;
	margin: 0px 0px 0px 5px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
}

#menu li.active
{
	background-image: url(../images/bg_navleft_a.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	list-style: none;
	text-align: left;
	margin: 0px 0px 0px 5px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
}

#menu a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	display:block;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
    padding: 5px 12px 5px 10px; /*oben|rechts|unten|links */
	
}

#menu a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3b398c;
	text-decoration: none;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 5px 12px 5px 10px; /*oben|rechts|unten|links */
}

#menu a.active
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3b398c;
	text-decoration: none;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 5px 12px 5px 10px; /*oben|rechts|unten|links */
}

/* NAVIGATTION LEVEL 2 */
#menu li.level_2 a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 2px 0px 2px 23px; /*oben|rechts|unten|links */
	
}

#menu li.level_2 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #3b398c;
	text-decoration: none;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 2px 0px 2px 23px; /*oben|rechts|unten|links */
}

#menu li.level_2 a.active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #3b398c;
	text-decoration: none;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 2px 0px 2px 23px; /*oben|rechts|unten|links */
}

/* NAVIGATION LEVEL 3 */
#menu li.level_3 a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 28px; /*oben|rechts|unten|links */
	
}

#menu li.level_3 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b398c;
	text-decoration: none;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 28px; /*oben|rechts|unten|links */
}

#menu li.level_3 a.active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3b398c;
	text-decoration: none;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 28px; /*oben|rechts|unten|links */
}