.vertnav-container {
	border:#bb9749 1px solid;
	border-top:0;
	/*
	background:#000 url(../images/left_nav_bg.jpg) repeat-x left top;
	width:208px;
	*/
	margin-bottom:10px;
	width:208px;
}

/************ unsichtbare Kategorien *************/

#vertnav li.men {
  display: none;
}
#vertnav li.hommes {
  display: none;
}

#vertnav li.women {
  display: none;
}
#vertnav li.femmes {
  display: none;
}

/************ unsichtbare Kategorien *************/

#vertnav {
	width: 208px; /*width of menu*/
	margin-left:0px;
}


#vertnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#vertnav li .vertnav-cat {
	display:block;
	width:208px;
}

#vertnav li a {
	font: bold 12px/26px Arial, Helvetica, sans-serif;
	text-indent:15px;
	color: #000;
	display:block;
	background: transparent url(../images/nav_bg.gif) 100% 0;
  	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}

#vertnav li a:hover {
	color: #750000;
	background-position: 100% -32px;
}
	
#vertnav li.active a {
	color: #bb9749;
	background-position: 100% -64px;
}
	
#vertnav li.active .level1 a {
	color: #bb9749;
	background-position: 100% -96px;
	text-indent:30px;
}
#vertnav li.active .level1 a:hover {
	color: #750000;
}

#vertnav li.parent .level1 a {
	color: #750000;
	background-position: 100% -96px;
	text-indent:30px;
}