.chromestyle, #chromemenu{
margin: 0;
padding:0;
width:789px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle{

 margin:0; padding:0;  
}

/*
.chromestyle{
text-align: center; margin: 0px 0px 0px 0px; padding: 0px 7px 0px 7px; /*width:70px;
}*/

.chromestyle a{
display: block; float:left; padding: 7px 14px 0 14px; color: rgb(256,256,256); text-decoration: none; height:22px; font-weight:bold; /*width:70px;*/}

.chromestyle a:hover{
color: rgb(256,256,256); background:url(pasek_grz2.gif); }



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
filter: alpha(opacity=80);
-moz-opacity: 0.8;
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
text-align:left;

background-color: #0B5930;
width: 200px;
visibility: hidden;
border:1px solid #1F9F5B;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #1F9F5B; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0E7941;
}

