.chromestyle{
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle a{
float:left;
padding:10px 13px 10px 11px;
font-size:14px;
background:url(../../../img/rozd_menu.gif) right no-repeat
}

a.chromestyle_last{
background:none;
}
.chromestyle a:hover{
background-color:#dee8ec
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
width:250px;
position:absolute;
top: 0;
border: 1px solid #d8dee1; /*THEME CHANGE HERE*/
visibility: hidden;
background:url(../../../img/fon_menuv.gif) top repeat-x #dee8ec
}

.dropmenudiv1{
width:150px;
position:absolute;
top: 0;
border: 1px solid #d8dee1; /*THEME CHANGE HERE*/
visibility: hidden;
background:url(../../../img/fon_menuv.gif) top repeat-x #dee8ec
}


.dropmenudiv a{
width: auto;
display: block;
padding:3px 11px 3px 11px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #d8e2e5;
}

.dropmenudiv1 a{
width: auto;
display: block;
padding:3px 11px 3px 11px;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #d8e2e5;
}