.hlist {
    background: url("../images/g.gif") repeat-x scroll center bottom transparent;
    float: left;
    width: 100%;

}
.hlist ul {
    line-height: 1em;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    float:right
}
.hlist li {
    background: #4781BF;
    float: left;
    list-style-type: none !important;
    margin: 0;
    padding: 0 0 0 3px;
}
.hlist a, .hlist strong {
    background: #4781BF;
    color: white;
    display: block;
    font-weight: normal;
    padding: 5px 11px 3px 8px;
    text-decoration: none;
    text-transform: none;
    width: 0.1em;
    border-right: 1px solid white;
}
.hlist a:link, .hlist a:visited {
    background-color: transparent;
    color: white;
}
.hlist > ul a, .hlist > ul strong {
    width: auto;
}
.hlist ul li:focus, .hlist ul li:hover, .hlist ul li:active {
    background-color: #C4D0DC;
    background-position: 0 -150px;
}
.hlist ul li:focus a, .hlist ul li:hover a, .hlist ul li:active a {
    background-position: 100% -150px;
}
.hlist a:focus, .hlist a:hover, .hlist a:active {
    background: #d2d2d2;
    color: #222233;
    outline: 0 none;
    text-decoration: none;
}
.hlist ul li.active, .hlist ul li.active:focus, .hlist ul li.active:hover, .hlist ul li.active:active {
    background: #d2d2d2;
    border: 0 none;
}
.hlist li.active a {
    background: #d2d2d2;
    color: #333344;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 5px;
}
