@charset "utf-8";
/* CSS Document */



.arrowlistmenu{
width: 305px;
padding-left:1px;
}

.arrowlistmenu .menuheader{
	color: #333;
	background: url(../images/men_kat.png) no-repeat scroll top left;
	font-size:12px;
	padding: 7px 0 7px 10px;
	cursor: pointer;
	font-weight: bold;
}
.arrowlistmenu:hover .menuheader:hover{
	background: url(../images/men_kat.png) no-repeat scroll bottom left;
	color:#fff;
}

.arrowlistmenu .openheader{ 
	background: url(../images/men_kat.png) no-repeat scroll bottom left;
	color:#f1f1f1;
}

.arrowlistmenu ul{ 
list-style-type: none;
margin: 0;
padding: 0; 
}

.arrowlistmenu ul li{
padding-bottom: 0px; 
}

a.menu_b_a {
text-decoration:none; 
display:block; 
padding:5px 35px;
border-bottom:1px solid #E4E4E4;
font-weight: normal; 
color: #1d1d1d; 
}
a.menu_b_a:hover{
	color: #881818;
	background:#fff;
	}


.arrowlistmenu ul li a{
text-decoration:none; 
display:block; 
padding:5px 35px;
border-bottom:1px solid #E4E4E4;
font-weight: normal; 
color: #1d1d1d; 
}
.arrowlistmenu ul li a:hover {
	color: #881818;
	background:#fff;
	}
	
	.arrowlistmenu ul li a:active {
	background-color:#EFEFEF;
}
	