/* Start Menue */
.box_mainNav {
	/*background: #EEE;*/
	font-size: 1.2em;
	background: #fff;
	border: 1px solid #e1e1e1;
	float: left;
	width: 200px;
}
.box_mainNav h1 {
	font-size: 1.1em;
	height: 10px;
	margin-top: 1.2em;
	padding-left: 12px;
	border-bottom: none;
}

.mainNav ul, .subNav ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}

.mainNav li, .subNav li {
	border-bottom: 1px solid #fff;
}

.mainNav li a {
	color: #fff;
	background: #7c9cb3;
	/*background: #d5dfe8;*/
	display: block;
	padding: 4px 0 4px 12px;
	width: 188px;
	text-decoration: none;
}

.mainNav li a:hover {
	background: #d5dfe8 url('../images/mainNavList-bg.gif') right top no-repeat;
	color: #000;
}

li.open a{
background: #d5dfe8 url('../images/mainNavList-bg.gif') right top no-repeat;
color: #000;
}

li.mainActive a{
	background: #d5dfe8 url('../images/mainNavListUnten-bg.gif') right top no-repeat;
	color: #000;
}

li.mainActive a:hover{
	text-decoration: underline;
}

.subNav li a {
	background: #627d8f;
	color: #fff;	
	display: block;
	padding: 4px 0 4px 20px;
	width: 180px;
	text-decoration: none;
}

.subNav li a:hover {
	background: #d5dfe8 url('../images/subNavList-bg.gif') right top no-repeat;
	color: #000;
}

ul.subNav li.subActive a{
	background: #d5dfe8 url('../images/subNavList-bg.gif') right top no-repeat;
	color: #000;
}
ul.subNav li.subActive a:hover {
	text-decoration: underline;
}
