.chromestyle{
width: 906px;
font-weight: bold;
font-size:14px;
}

.chromestyle:after{ /*margines od contentu*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #5B5B47;
	width: 906px; /*szerokosc*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*"left", "center", "right"*/
	background-image: url(../img/chromebg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{

padding: 4px 9px;
margin: 0;
text-decoration: none;
border-right: 1px solid #2b2b22;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*auto selekcja*/
	background-image: url(../img/chromebg-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}


