/* Ende Hack für 3-px-Jog des IE */

/* Container, der die Menüs links enthält */
/*
* {
	margin: 0px;
	padding: 0px;
}
*/
#menus{
	width: 150px;
}

#menus ul {
	list-style-type: none;
}

#menus li {
	margin-left: -35px;
}


#menus h3 {
	margin:0 0 5px 0;
	font-size:1em;
	color:#fff;
	background-color: #000099;
	height: 20px;
	padding-top: 4px;
	text-align: center;
}

/* Hyperlinks für das untere und linke Menü */
#menus a{
	font-weight:normal;
	display: block;
	text-decoration: none;
}

#menus a:link, #menus a:visited{
	color:#333333;
}

#menus a:hover, #menus a:active {
	text-decoration:underline;
	font-weight: bold;
	color: #000099;
}

.menu a, .menu a:link, .menu a:visited,.menu a:hover, .menu a:active {
 font-weight:bold;
}

#menus ul li ul {
	text-align: right;


}

#menus p {
	display: none;
}

#menus .aktiv {font-weight:bold;}
