div {
border:0px solid green;
}
.chromestyle{
width:150px;
height:150px;
}

.chromestyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


#list {
	height:15px;
	width:150px;
	margin-bottom:8px;
	}

.chromestyle a{
color: #669933;
margin: 0;
text-decoration: none;
display:block;
padding-bottom:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
}

.chromestyle div.selected a{ /*selected main tab style */
background-color:#DBF8A7;
width:95px;
}
.chromestyle  a:hover{
background-color:#DBF8A7;
}



.chromestyle ul li a[rel]:after{
content: " v";
background-color:#DBF8A7;
}


.dropmenudiv{
float:left;
width:100px;
margin-top:-150px;
margin-left:80px;
border: 0px solid #BBB; 
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:12px;
z-index:-1;
visibility: hidden;
background-color:#DBF8A7;
list-style:circle;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #FFFFFF;
padding: 5px 5px;
text-decoration: none;
color: #669933;
}

* html .dropmenudiv a{
width: 100%;
}

.dropmenudiv a:hover{
background-color:#669933;
color:#FFFFFF;
}
#highlighter {
	width:100px;
	height:21px;
	background-color:#DBF8A7;
	margin-left:18px;
	z-index:-100;
	position:absolute;
	margin-top:-128px;
	visibility:hidden;
		}
#chromemenu img {
	float:left;
	margin-right:3px;
	}