.chromestyle{
width: 898px;
font-weight: bold;
}

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

.chromestyle ul{
border-right: 1px solid #BBB;
border-left: 1px solid #BBB;
/*width: 100%;*/
width: 898px;
height: 14px;
/*background: url(chromebg.gif) center center repeat-x; *//*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: block;
float: left;
* position: relative;
* top: -4px;
* padding-top: 4px;
* padding-bottom: 4px;
}


.chromestyle ul li.koszyk{
display: block;
float: right;
* position: relative;
* top: -4px;
* padding-top: 4px;
* padding-bottom: 4px;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
/* Pod IE 6 i 7 */
* background-image: url(downimage3.gif);
* background-repeat: no-repeat;
* background-position : center right;
* padding-right: 15px;
}

.chromestyle ul li.koszyk a{
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-left: 1px solid #DADADA;
/* Pod IE 6 i 7 */
 background-image: url(koszyk3.png);
 background-repeat: no-repeat;
background-position : center right;
padding-right: 25px;
}

.chromestyle ul li a.res{
/* Pod IE 6 i 7 */
* background-image: url(downimage4.gif);
}

.chromestyle ul li a:hover{
  background-color: #2B62A3;
  color: #fff;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v"; */
content: url(downimage5.gif); /*uncomment this line to use an image instead*/
}

.chromestyle ul li a[res]:after{ /*HTML to indicate drop down link*/
/*content: " v"; */
content: url(downimage6.gif); /*uncomment this line to use an image instead*/
}
/*
.chromestyle ul li.koszyk a[koszyk]:after{
content: " " url(koszyk.png); 
}
*/
/*
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*	content: " v"; 
}
*/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:102;
background-color: #07427A;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
color: #fff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
color: #07427A;
height: auto;
}

