
#bluemenu a {
    text-decoration: none;
    color: #fff;
}
#bluemenu a:hover {
    text-decoration: underline;
}
#blueul {
    margin-left: -14px;
    list-style-position:outside;
}
#blueul .normal {
    margin-top: 1em;
    background: transparent url('/images/arrownormal.gif') no-repeat scroll 0em 4px;
    padding: 0px 14px;
}
#blueul .active {
    margin-top: 1em;
    background: transparent url('/images/arrowactive.gif') no-repeat scroll 0em 4px;
    padding: 0px 14px;
}

#blueul li {
    padding: 0px 17px;
}
#blueul li a {
    padding-left: 0px;
}
#blueul li ul li {
    margin-top: 0px;
}
#blueul .sub {
    background:transparent url('/images/arrowsub.gif') no-repeat scroll 0px 7px;
}
#blueul .subul {
    margin-left: 0px;
}
