.chromestyle {
width:99%;
font-weight:700;
}

.chromestyle:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.chromestyle ul {
border:1px solid #BBB;
width:100%;
text-align:center;
margin:0;
padding:4px 0;
}

.chromestyle ul li {
display:inline;
}

.chromestyle ul li a {
color:#494949;
text-decoration:none;
border-right:1px solid #DADADA;
margin:0;
padding:4px 7px;
}

.dropmenudiv {
position:absolute;
top:0;
border:1px solid #CCC;
border-bottom-width:0;
font:normal 11px Arial,Helvetica,sans-serif;
line-height:18px;
z-index:100;
background-color:#f7f7f7;
width:180px;
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 #CCC;
text-decoration:none;
font-weight:400;
color:#000;
padding:2px 4px;
}

* html .dropmenudiv a {
width:100%;
}

.dropmenudiv a:hover {
color:red;
}
