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


.arrowlistmenu{
width: 270px; /*width of accordion menu*/
float: left;
margin-bottom: 20px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 10pt Arial, Helvetica, sans-serif;
color: #18253e;
background: #efefef url(../../slike_ostalo/strelica_meni_levo.gif) 7px center no-repeat;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 4px 0 4px 20px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu a.menuheader {color: #18253e; background: inherit; text-decoration:none}
.arrowlistmenu a.menuheader:hover {color: #18253e; background: inherit; text-decoration:none !important}
.arrowlistmenu a.menuheader:active {color: #18253e; background: inherit; text-decoration:none}
.arrowlistmenu a.menuheader:visited {color: #18253e; background: inherit; text-decoration:none}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font-weight: bold;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: #efefef !important;
color: #18253e !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: #18253e !important;
color: #ffffff !important;
}

.arrowlistmenu ul li a{
color: #ff0000;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
padding-right: 10px;
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 8pt;
}

.arrowlistmenu ul li a:visited{
color: #ff0000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #efefef;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

.arrowlistmenu ul li ul{
	margin-left: 0;
}

.podUnosi{
	color: #18253E !important;
}
.podUnosi:hover{
	color: #ff0000 !important;
}

#sub_bez_expan
{
	color: #18253e;
	background: #efefef;
}




