@import url("dropdown.css");
@import url("default.advanced.css");
ul.dropdown
{
    text-align: left;
}
ul.menuwidth
{
width:100%;
background-color: #0B1D71;
}
li.arrow
{
    background: url(rew.gif);
    background-repeat: no-repeat;
    background-position: right;
}
a#current
{
    color: #fff;
}

a.current
{
    color: #fff;
}