.chromestyle{
width: 960px;
}
.chromestyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
	border: 1px solid #FFDD77;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center;
	background-color: #FFCC66;
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li a{
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #FFDD77;
	font-weight: normal;
}
.chromestyle ul li a:hover{
}
.chromestyle ul li a[rel]:after{ 
content: " v";
}
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFDD77; 
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #FFE37B;
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 #FFDD77;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
}
* html .dropmenudiv a{ 
	width: 100%;
	font-weight: normal;
}
.dropmenudiv a:hover{
background-color: #FFEEBB;
}
.dropmenudiv A:hover, .chromestyle ul li A:hover
{
	FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    COLOR: #669933;
    TEXT-DECORATION: underline
}
.dropmenudiv A:visited, .chromestyle ul li A:visited
{
	FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    COLOR: #006600
}
.dropmenudiv A:link, .chromestyle ul li A:link
{
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	color: #006600;
}