.contextNavArea {
	
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 5px;
	padding: 3px;
	background-color: white;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}


div.contextNav {
	height: 1%; /* IE FIX */
	border: 1px solid #9BBECF; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/* background-color: #FFFFCF; */ 
	background: url(http://www.kroschke.com/store/default/de/content/images/boxbg.png) #89B8D0 repeat-x 0px 25px;
	margin-bottom: 10px;
}

.contextNav a { 
	font-weight: normal;
	font-size: 11px;
	display: block;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border-top: 0px solid #555555; /*#9BBECF;*/ 
	color: #2F2F20; 
}

.contextNav p, a.contextNavTitle {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	/* background: url(http://www.kroschke.com/store/default/de/content/images/info-icon.gif) no-repeat 5px center #FFE0AF; */ 
	color: #2F2F20; 
	background: url(http://www.kroschke.com/store/default/de/content/images/boxbg.png) #89B8D0 repeat-x;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #9BBECF;
	padding: 5px 5px 5px 5px;
}

.contextNav li, .contextNav ul {
	list-style-type: none;
	padding: 0;
}

.contextNav a:hover {
	background-color: #77A7BF; 
	color: #2F2F20; 
}

.contextActive {
	background: url(http://www.kroschke.com/store/default/de/content/images/blue-arrow.jpg) #58A9C4 no-repeat 2px center;
}