.chromestyle{
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(chromebg-over.gif);
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	vertical-align: middle;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px none #BBB;
	padding: 0px;
	margin: 0;
	text-align: center;
	background-image: url(chromebg4.gif);
	background-repeat: repeat-x;
	background-position: center center;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.chromestyle ul li{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.chromestyle ul li a:hover{

}

.chromestyle ul li a[rel]:after{ 
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
color: black;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #F0F0F0;
}
