.chromestyle {
font-weight:bold;
width:99%;
}
.chromestyle:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.chromestyle ul {
background-color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
margin:0;
text-align:left;
width:100%;
}
.chromestyle ul li {
display:inline;
}
.chromestyle ul li a {
border-right:1px solid #1C90E5;
color:#AE0000;
float:left;
height:100%;
margin:0;
padding-left:25px;
padding-right:25px;
text-align:left;
text-decoration:none;
}
.dropmenudiv
{
    background-color: #FFFFFF;
    border-color: #686868;
    border-style: solid;
    border-width: 1px 1px 0;
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 18px;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 200px;
    z-index: 100;
    color: #AE0000;
}
.dropmenudiv a
{
    border-bottom: 1px solid #686868;
    color: #686868;
    display: block;
    font-weight: bold;
    padding: 2px 0;
    text-align: left;
    text-decoration: none;
    text-indent: 5px;
    width: auto;
}
* html .dropmenudiv a {
width:100%;
}
.dropmenudiv a:hover {
background-color:#F0F0F0;
}