@charset "utf-8";

* {
margin:0;
padding:0;
}


h3 {
	font-size:10px;
	font-weight:bold;
	padding:0;
	text-align:right;	
}

.arrowlistmenu{
margin: 0;
padding:0;
background:url(../images/menu_bg.gif) repeat-y;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
margin: 0 0 -1px 0; /*bottom spacing between header and rest of content*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheader a:link, .arrowlistmenu .menuheader a:visited  {
color:#d02028;
display:block;
padding:10px;
background: url(../images/podvlaka.gif) bottom center no-repeat;
}

.arrowlistmenu .menuheader a:hover {
color:#ffffff;
background:url(../images/menu_bg_over.png) left top repeat-y;
padding:10px;
}



.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
margin: 0;
background:url(../images/menu_bg_over.png) left top repeat-y;
color:#FFFFFF;
padding-right:0;
}

.arrowlistmenu .openheader a:link, .arrowlistmenu .openheader a:visited { /*CSS class to apply to expandable header when it's expanded*/
color:#FFFFFF;
background: url(../images/podvlaka.gif) right bottom no-repeat;
padding-bottom:5px;
}

.arrowlistmenu .openheader a:hover {
color:#333333;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 10px 0 5px 0;
background:url(../images/menu_bg_over.png) left top repeat-y;
}

.arrowlistmenu ul li{
font-size:9px;
padding: 0 15px 3px 5px; /*bottom spacing between menu items*/
text-align:left;
}

.arrowlistmenu ul li a{
color:#FFFFFF;
display: block;
padding: 0 0 0 10px;
margin: 0;
text-decoration: none;
font-weight: bold;
}

.arrowlistmenu ul li a:visited{
color:#FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#333333;
}

.arrowlistmenu ul li a:active{ /*hover state CSS*/
color:#FFFFFF;
}

.arrowlistmenu .active {
color: #ffffff;
margin:0;
padding:0;
text-align:left;
background:url(../images/menu_bg_over.png) left top repeat-y;
}
