.TopMenuGroup
{
    border: solid 0px #;
    background-color: transparent;
    line-height:20px;  
}

.MenuGroup
{
    border: solid 0px #;
    color: #;
    font-size: 0.8em!important;
    margin: 0;
    background: #F8F8F8 none;
}


.TopMenuItem 
{
    color: Red;
    font-weight: bold;
    font-size: 11px;
    cursor: hand;
    cursor: pointer;
    margin:0;
    padding: 0 1em!important;
    line-height: 20px;
    vertical-align:middle;
    background: url(images/tab-sep.gif) no-repeat top left;
}

.TopMenuItemHover
{
    color:#333333;
    font-weight: bold;
    font-size: 11px;
    cursor: hand;
    cursor: pointer;
    margin:0;
    padding: 0 1em!important;
    line-height: 20px;
    vertical-align:middle;
    background: url(images/tab-sep.gif) no-repeat top left;
}

.MenuItem 
{
    color: red;
    font-weight: bold;
    font-size: 10px;
    cursor: hand;
    cursor: pointer;
    margin:0;
    padding: 0 1em!important;
    line-height: 20px;
    vertical-align:middle;
    background: url(images/tab-sep.gif) no-repeat top left;
}

.MenuItemHover
{
    color: #333333;
    font-weight: bold;
    font-size: 10px;
    cursor: hand;
    cursor: pointer;
    margin:0;
    padding: 0 1em!important;
    line-height: 20px;
    vertical-align:middle;
    background: url(images/tab-sep.gif) no-repeat top left;
}

.TopMenuItem
{
    background: url(images/tab-sep.gif) no-repeat top left;
}


/*leaf menu items*/
.MenuItem, .MenuItemHover, .MenuItem td, .MenuItemHover td
{
    color: *776BD;
    border: solid 0px white;
    cursor: hand;
    cursor: pointer;
    margin: 0;
    background: #F8F8F8 none;
    width: 100%!important;
}

.MenuItemHover, .MenuItemHover td
{
    background: #DCDFE2 none;  
}

.ScrollItem
{
    background-color: green;
    font-size: 0.8em;
    border: solid 0px gray;
    cursor: default;
    text-align: center;
}

.ScrollItem
{
    background-color: aqua;
    color: orange;
    font-size: 0.8em;
    border: solid 0px gray;
    cursor: default;
    text-align: center;
}

.ScrollItemA
{
    background-color: Lime;
    color: yellow;
    font-size: 0.8em;
    border: solid 0px gray;
    cursor: default;
    text-align: center;
}      

.footTopMenuItem 
{
    color: white;
    font-weight: bold;
    font-size: 10px;
    width:30px;
    cursor: hand;
    cursor: pointer;
    margin:0;
    padding: 0 1em!important;
    line-height: 20px;
    vertical-align:middle;
    background: url(images/tab-sep.gif) no-repeat top left;
}

.footTopMenuItemHover
{
    color:red;
    font-weight: bold;
    font-size: 10px;
    width:30px;
    cursor: hand;
    cursor: pointer;
    margin:0;
    padding: 0 1em!important;
    line-height: 20px;
    vertical-align:middle;
    background: url(images/tab-sep.gif) no-repeat top left;
}

.footMenuItem 
{
    color: white;
    font-weight: bold;
    font-size: 10px;
    cursor: hand;
    cursor: pointer;
    margin:0;
    padding: 0 1em!important;
    line-height: 20px;
    vertical-align:middle;
    background: url(images/tab-sep.gif) no-repeat top left;
}

.footMenuItemHover
{
    color:#333333;
    font-weight: bold;
    font-size: 10px;
    cursor: hand;
    cursor: pointer;
    margin:0;
    padding: 0 1em!important;
    line-height: 20px;
    vertical-align:middle;
    background: url(images/tab-sep.gif) no-repeat top left;
}
 