/* CSS für Seitenmenü */

div.box ul.nav {
	margin:0px;
	padding:0px;
}

div.box ul.nav li {
	list-style: none;
	padding-top:1px;
}

div.box ul.nav li a {
	color: #FFF;
	text-decoration:none;
	display: block;
	line-height: 23px;
	background: #f3cc62; 
	padding-left:8px;
	padding-right:8px;
}

div.box ul.nav li.active > a{
	background: #ecae05;
	color:#FFF;
}

div.box ul.nav li a:hover {
	background: #ecae05 url('gfx/menu/n1v1fl.gif') repeat-x;
	color: #FFF;
	text-decoration:none;
}

div.box ul.nav ul.nav a{
/*	background-color: #f3cc62;*/
	margin-left:0px;
	padding-left:20px;
	font-size: 80%;
}

div.box ul.nav ul.nav a:hover {
/*	background-color: #f3cc62;*/
}
/* Second Section */
div.box ul.m2 li a {
	background: #b2db73;
}

div.box ul.m2 li a:hover {
	background: #85c226 url('gfx/menu/n2v1fl.gif') repeat-x;
}

div.box ul.m2 li.active a {
	background: #85c226;
}

div.box ul.m2 li ul.nav a{
	background-color: #b2db73;
}

/* Third Section */
div.box ul.m3 li a {
	background: #4c81bb;
}

div.box ul.m3 li a:hover {
	background: #004590 url('gfx/menu/n3v1fl.gif') repeat-x;
}

div.box ul.m3 li.active a {
	background: #004590;
}

div.box ul.m3 li ul.nav a{
	background-color: #4c81bb;
}
/* Fourth Section */
div.box ul.m4 li a {
	background: #bc5b53;
}

div.box ul.m4 li a:hover {
	background: #9d241c url('gfx/menu/n4v1fl.gif') repeat-x;
}

div.box ul.m4 li.active a {
	background: #9d241c;
}

div.box ul.m4 li ul.nav a{
	background-color: #bc5b53;
}
/* Fifth Section */
div.box ul.m5 li a {
	background: #ef9d58;
}

div.box ul.m5 li a:hover {
	background: #e87717 url('gfx/menu/n5v1fl.gif') repeat-x;
}

div.box ul.m5 li.active a {
	background: #e87717;
}

div.box ul.m5 li ul.nav a{
	background-color: #ef9d58;
} 

/* MG Neutral Section */

div.box ul.mg li a {
	background: #ccc;
}

div.box ul.mg li a:hover {
	background: #bbb url('gfx/menu/nv1fl.gif') repeat-x;
}

div.box ul.mg li.active a {
	background: #999;
}

div.box ul.mg li ul.nav a{
	background-color: #ccc;
} 
