.MenuBg
{
	background-image: url(/App_Themes/Default/Img/nav_bg_up.jpg); background-repeat:repeat-x;
}



.MenuItem
{
    font-family:Arial, Tahoma;
    font-weight:bold;
    color: #FFFFFF;
    background-position: top;
    background-image: url(/App_Themes/Default/Img/nav_bg_up.jpg);
    border-right: 1px solid white;
    padding-left: 4px;
    padding-top:2px;
    text-align:left;
    height: 31px;
}

.MenuItemOver
{
    font-family:Arial, Tahoma;
    color: #000000;
    font-weight:bold;
    border-right: 1px solid white;
    background-image: url(/App_Themes/Default/Img/nav_bg_Over.jpg);
    padding-left: 4px;
    padding-top:2px;
    text-align:left;
    height: 31px;
}

.MenuItemClicked
{
    font-family:Arial, Tahoma;
    font-weight:bold;
    color: #00FFFF;
    border-right: 1px solid white;
    padding-left: 4px;
    padding-top:2px;
    text-align:left;
    height: 31px;
}
.Separator
{
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 3px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.MainGroup
{     
    cursor:pointer;
    cursor:hand;
}

.MainItem
{
    font-size: 12px;
    color: #FFFFFF;
    padding: 0px 10px;
    background-repeat: no-repeat;
    text-align:left;
}

.MainItemOver
{
    font-size: 12px;
    color: #000000;
    padding: 0px 10px;
    background-repeat: no-repeat;
    text-align:left;
}


.MenuGroup
{
    background-color:#A1B399;
    cursor:pointer;
    cursor:hand;
    width:122px;
}