.chromestyle{
width: 99%;
font-weight: bold;
font-family: Tahoma;
font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-top: 1px solid rgb(190,190,190);
border-bottom: 1px solid rgb(190,190,190);
width: 976px !important;
width: 1000px;
background-color: #FFFFFF;
background: url(gfx/bg_nawigacja.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 12px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: rgb(230,230,230);
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px dotted #666666;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(gfx/bg_nawigacja_akt.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #000000;
}

/* ######### Style for Drop Down Menu ######### */


/* submenu ogolnie */

.dropmenudiv{
position:absolute;
top: 0;
border-top: 1px solid #BBB; /*THEME CHANGE HERE*/
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: rgb(230,230,230);
visibility: hidden;
margin-top: 7px;
}

/* submenu zaraz po najechaniu mysza na naglowek */

.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
background-color: #333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}


/* submenu zaraz po najechaniu mysza na odnosniki */

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
}