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

.chromestyle{
width: 655px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
vertical-align: middle;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px;
width: 100%;
height: 23px;
font-size:11px;
background-image: url(pict/meni-dugme.png); /*THEME CHANGE HERE*/
padding: 4px 0;
padding-bottom: 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
color: #7f7f7f;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #3a389c;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px;
}

.chromestyle ul li a:hover{

color: #000000;
text-decoration: none; /*THEME CHANGE HERE*/
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top: 2px;
border: 0px; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size:11px;
line-height:18px;
z-index:100;
background-color: #E7E7E7;
color: #3a389c;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #296199;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #3a389c;
color: #FFFFFF;
}