.chromestyle{
width: 100%;
font:bold 10px Arial, Helvetica, sans-serif;
}

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

.chromestyle ul{
border: 1px solid #CCCCCC;
width: 100%;
background-color: #CCCCCC; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 25px 5px 3px;
margin: 16;
text-decoration: none;
border-left: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background-color: #CCCCCC; /*THEME CHANGE HERE*/
color: #0099CC;
text-decoration: none;
}

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


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

.dropmenudiv{
	position:absolute;
	top: 0px;
	border: 1px solid #FFFFFF;
	border-bottom-width: 0;
	font:bold 10px/18px Arial, Helvetica, sans-serif;
	z-index:100;
	background-color: #CCCCCC;
	filter:alpha(opacity=85);
	width: 150px;
	visibility: hidden;

/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #666666;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #BEBEBE;
filter:alpha(opacity=85);
text-decoration: none;
font-weight: bold;
color: #0099CC;
}

