.chromestyle{
font-weight: bold;
font: 10px Verdana;
}

.chromestyle:after{
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 19px 0px 20px 0px;
margin: 0px;
text-align: right;
height:11px;
}

.chromestyle ul li{
display: inline;
margin: 0px 0px 0px 0px;
}

/*
.chromestyle ul li #last{
background: url(../images/bg_menu_zadnji.jpg) right center no-repeat;
margin: 0px 0px 0px 0px;
}

.chromestyle ul li #first{
background: url(../images/bg_menu_prvi.jpg) left center no-repeat;
margin: 0px 0px 0px 0px;
}
*/

.chromestyle ul li a{
color: #494949;
padding: 20px 10px 20px 10px;
margin: 0px;
text-decoration: none;

}

.chromestyle ul li a:hover{
background: url(../images/bg_menu-over.jpg) center center repeat-x;
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #eee;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #fff;
width: 100px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #eee;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{
width: 100%;
}

.dropmenudiv a:hover{
background-color: #eee;
}
