.pomocnimenu, .pomocnimenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid white;
border-bottom-width: 1;
}

.pomocnimenu li{
	position: relative;
}

.pomocnimenu li a{
background: #F1F1F1;
/*background: white url(../slike/pomocniback.gif) repeat-x bottom left;*/
font: normal 12px Verdana, Helvetica, sans-serif;
color: black;
display: block;

padding: 4px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #dedede;
/*border-style:ridge;*/
/*border-width: thin; */      /* sets border width on all sides */
/*border-color: #336633;*/
}

.pomocnimenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.pomocnimenu li ul li{
float: left;
}

.pomocnimenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.pomocnimenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(../slike/pomocnistrel.gif) no-repeat center right;
}

.pomocnimenu li a:visited, .pomocnimenu li a:active{
color: black;
}

.pomocnimenu li a:hover{
background-image: url(../slike/pomocniback2.gif);
color: #666666;
}
/* Holly Hack for IE \*/
* html .pomocnimenu li { float: left; height: 1%; }
* html .pomocnimenu li a { height: 1%; }
/* End */
