/* bdm-verband.org
Autor: conpa IT Solutions
Version: 1.0, 20.01.2009
*/

.navcontainer_v {
/*  width: 200px;
  margin: 10px;*/
  border: none;
}
.navcontainer_v ul, .navcontainer_v ul li {
  list-style:none;
  margin:0;
  padding:0;
}
.navcontainer_v li a {
  height:23px;
  voice-family:"\"}\""; 
  voice-family:inherit;
  text-decoration:none;
}
.navcontainer_v li a:link, .navcontainer_v li a:visited {
	color:#FFF;
	font-size:0.95em;
	font-weight:bold;
	padding:0px 0 0 20px;
	line-height:23px;
	display:block;
	background-image: url(../../../images/menu/vertical/ebmenu_bdm.gif);
	background-repeat: no-repeat;
}
.navcontainer_v li a:hover, .navcontainer_v li.selected a {
	color:#FFF;
	font-size:0.95em;
	font-weight:bold;
	padding:0px 0 0 20px;
	line-height:23px;
	text-decoration:none;
	background-image: url(../../../images/menu/vertical/ebmenu_bdm.gif);
	background-repeat: no-repeat;
	background-position: 0 -23px;
}
/* Holly Hack for IE \*/
* html .navcontainer_v ul li { float: left; height: 1%; }
/* End */

.navcontainer_v li.ebene-2 a {
	color:#2E2E2E;
	font-size:0.85em;
	font-weight:bold;
	padding:0px 0 0 20px;
	line-height:23px;
	display:block;
	background-image: url(../../../images/menu/vertical/ebmenu_bdm_ebene-2.gif);
	background-repeat: no-repeat;
}
.navcontainer_v li.ebene-2 a:hover, .navcontainer_v li.selected_ebene-2 a {
	color:#B50052;
	font-size:0.85em;
	font-weight:bold;
	padding:0px 0 0 20px;
	line-height:23px;
	text-decoration:none;
	background-image: url(../../../images/menu/vertical/ebmenu_bdm_ebene-2.gif);
	background-repeat: no-repeat;
	background-position: 0 -23px;
}

