.chromestyle
{
    width: 1000px;
    font-size: 14px;
    margin: 0 auto;
}
.chromestyle:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.chromestyle ul
{
    width: 100%;
    background-color: #069;
    padding: 12px 0;
    margin: 0;
    text-align: center;
}
.chromestyle ul li
{
    display: inline;
}
.chromestyle ul li a
{
    color: #fff;
    padding: 12px 43px;
    margin: 0;
    text-decoration: none;
    border-right: 1px solid #dadada;
}
.chromestyle ul li a:link
{
    color: #fff;
}
.chromestyle ul li a:visited
{
    color: #fff;
}
.chromestyle ul li a:hover
{
    background-color: #f90;
}
.chromestyle ul li a[rel]:after
{
    content: " " url(../image/downimage.gif);
}
.dropmenudiv
{
    position: absolute;
    top: 0;
    border: 1px solid #bbb;
    border-bottom-width: 0;
    font: normal 12px Verdana;
    line-height: 18px;
    z-index: 100;
    background-color: #fff;
    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 #bbb;
    padding: 5px 0;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
* html .dropmenudiv a
{
    width: 100%;
}
.dropmenudiv a:hover
{
    background-color: #f0f0f0;
}
