/*--------------- Horizental Menu Styles -----------------------------------------------*/
ul.HorzMenuUL
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: right;
    clear: right;
    width: 100%;
    padding-left: 20px;
}

ul.HorzMenuUL li
{
    float: right;
    background: url(images/HMenu/Separator.jpg) no-repeat top left;
}

ul.HorzMenuUL li a
{
    float: right;
    padding: 4px 10px 0 10px;
    margin-right: 3px;
    color: #93a6ce;
}

ul.HorzMenuUL li a span
{
    float: left;
    padding-right: 10px;
    display: block;
    margin-top: 2px;
    height: 24px;
}

ul.HorzMenuUL li a:hover
{
    color: #93a6ce; /*background: url(images/HMenu/bg_hmenu_hover.gif) no-repeat top right;*/
    text-decoration: none;
}

ul.HorzMenuUL li a:hover span
{
    /*background: url(images/HMenu/bg_hmenu_hover.gif) no-repeat top left;*/
}

ul.HorzMenuUL li a.current
{
    /*background: url(images/blue.png) no-repeat top right;*/
    color: #93a6ce;
}

ul.HorzMenuUL li a.current span
{
    /*background: url(images/HMenu/bg_hmenu.gif) no-repeat top left; }*/ /*--------------- End of Horizental Menu Styles ----------------------------------------*/