﻿ul.level1
{
    /* Defines the appearance of main menu items. */
    font-size: 14px;
    font-weight: bold;
    height: 19px;
    line-height: 19px;
}
ul.level1 .selected
{
    /* Defines the appearance of active menu items */
    background-color: #BCD1FE;
}
a.level1
{
    /* Adds some white space to the left of the main menu item text */
    margin-left: 1px;
}
a.level2
{
    /* Defines the appearance of the sub menu items */
    background-color: #9933FF;
    padding-left: 8px;
}
a.level1:hover, a.level2:hover
{
    /* Defines the hover style for the main and sub items */
    background-color: #BCD1FE;
}

.MenuBorder
{
    border-right-color: Green;
    border-right-style: ridge;
    border-right-width: 2px;
}
.menu li li a:hover
{
    background-color:Blue;
    color:Blue;
}