.chromestyle{
width: 953px;
padding:0px;
}

.chromestyle ul{
	font-size: 11px;
	font-weight:bold;
	list-style-type: none;
	margin:0;
	padding:3px 0 3px 0;


}

.chromestyle ul li{
display:inline;	
	margin:0;
	padding:0;
}

.chromestyle ul li a{
	color:#666666;
	text-decoration:none;
	text-align:center;
	padding:5px 0 5px 0;
	margin:0 2px 0 0;
	border:#e4e4e4 1px solid;		
	display:block;
	width:75px;
	float:left;
	background-image:url(images/kwadraty.gif);
}

.chromestyle ul li a:hover{
color:#990000;
	border:#990000 1px solid;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(down.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #e4e4e4; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	padding:0 1px 1px 1px;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-top:#FFFFFF 1px solid;
	border-bottom: 1px solid #cccccc; /*THEME CHANGE HERE*/
	padding: 3px;
	text-decoration: none;
	background-color:#F4F4F4;
	color: #666666;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #ffffff;
	color:#990000;
}