.chromestyle{
width: 99%;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
height:23px;
}

.chromestyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border:none;
width: 100%;
padding: 4px 5px;
margin: 0;
text-align: left; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle_about ul li{
display: inline;
}
.chromestyle ul li a{
color:#FFFFFF;
padding: 0px 10px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a[rel]:after{ 
content: " ";
}

.dropmenudiv{
position:absolute;
top: 0;
border:none;
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
line-height:18px;
z-index:100;
background-color:#EEE; 
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE.*/
filter:alpha(opacity=95);
-moz-opacity:0.95;
opacity:0.95;
text-align:left;
padding-left:0px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
color: black;
font-size:13px;
background: transparent;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color:#CCCCCC;
}

.chromestyle ul li a:hover{
background-color:#262626;
}

.dropmenudiv a:visited{
color: black;
text-decoration: none;
}