.chromestyle{
width: auto;
padding-top: 10px;
padding-bottom: 4px;
padding-left:0px;
float:left;
}


.chromestyle ul{
width: auto;
margin: 0px;
margin-left:0px;
padding-left:0px;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline-block;
}

.chromestyle ul li a{
color: #520318;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration: none;
font-size: 12px;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 170px;
padding-right: 15px;
margin: 0;
text-decoration: none;
border-right: 1px solid #630316;
border-left: 1px solid #630316;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
padding-left: 170px;
padding-right: 15px;
color: #FFFFFF;
background: url(nawigacjaTloOver.png) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #3B020D; /*THEME CHANGE HERE*/
border-bottom-width: 0;
color: #520318;
font-size: 13px;
line-height:20px;
z-index:100;
background-color: #CB2C32;
width: auto;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #3B020D; /*THEME CHANGE HERE*/
padding: 4px;
text-decoration: none;
color: #520318;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
text-align:right;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

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