/* MK - navigation.css */


/* NAV LEFT 
----------------------------------------------------------------------------- */

#navleft {
	
}

.ddsmoothmenu-v {
	margin: 30px 0 0 0;
	min-height: 450px;
}

.rightarrowclass {
	position: absolute;
	top: 13px;
	right: 5px;
}

.ddsmoothmenu-v span.hassubsicon  {
	position: absolute;
	top: 13px;
	right: 5px;
	width: 13px;
	height: 13px;
	position: absolute;
    background: transparent url(../img/hassubsicon.png) no-repeat 0 0;
}

.ddsmoothmenu-v span.hassubsicon img {
	display: none;
}

li .hassubsicon,
li a.selected .hassubsicon {
	display: none;
}

li li .hassubsicon {
	display: block;
}


.ddsmoothmenu-v ul {
margin: 0;
padding: 0;
width: 270px; /* Main Menu Item widths */
list-style-type: none;
}
 
.ddsmoothmenu-v ul li {
	position: relative;
	border-bottom: 1px solid #CBD1B6;

}

/* Top level menu links style */
.ddsmoothmenu-v ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	padding: 10px 10px 10px 25px;

	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;

	color: #065420;

	background-color: transparent;
	background-image: url(../img/navleft-bullet-li.png);
	background-repeat: no-repeat;
	background-position: 15px 13px;
}

.ddsmoothmenu-v ul li:last-child,
.ddsmoothmenu-v ul li.last {
	border-bottom: none;
}

.ddsmoothmenu-v ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-color: #D0E58F; 
}

.ddsmoothmenu-v ul li a:hover,
.ddsmoothmenu-v ul li li:hover {
	 /*background of menu items during onmouseover (hover state)*/
	background-color: #D0E58F;    
	color: #000;
}


/*Sub level menu items */

.ddsmoothmenu-v ul li ul {
	position: absolute;
	width: 319px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
}

.ddsmoothmenu-v ul li li a {
	/*background: #EBF4CF; */
	background-color: transparent;
	background-image: none;
	font-size: 13px;
	padding: 10px 20px;
	line-height: 17px;
	font-weight: bold;
	text-transform: none;
}

.ddsmoothmenu-v ul li li {
	background: #EBF4CF;
	border-bottom: 1px dotted #999;
}

.ddsmoothmenu-v ul li li li {
	background: #F3F9E3;
}


 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */



.ddsmoothmenu-v li p { /* li info text */
	margin: -8px 0 0 0;
	padding: 0 20px 5px 20px;
	font-size: 11px;
	line-height: 15px;
	color: #555;
}

.ddsmoothmenu-v li span.Menu-Zusatztext {
	background: transparent;
	display: block;
	margin: -22px 0 0 0;
	padding: 0 20px 5px 20px;
	font-size: 11px;
	line-height: 15px;
	color: #555;
}


