﻿
.NavCat_MainMenu
{
    border: none;
     width: 152px;
    height: 21px;
}


.NavCat_MenuGroup
{
    border:None 0px White;
}

.NavCat_SubMenuGroup
{
    border-top: solid 0px White;
    border-left: solid 0px White;
    border-right: solid 0px White;
    border-bottom: solid 0px White;
}


.NavCat_MenuItem
{
    background-image: url(NavCat/Images/Cat_Nav_Item.jpg);
    background-repeat: no-repeat;
    color: White;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    width: 192px;
    height: 21px;
    padding: 0px 0px 0px 5px;
}

.NavCat_MenuItemHover
{
    color: White;
    background-image: url(NavCat/Images/Cat_Nav_Item-over.jpg);
    background-repeat: no-repeat;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    width: 192px;
    height: 21px;
    padding: 0px 0px 0px 5px;
}

.NavCat_MenuItemActive
{
    background-image: url(NavCat/Images/Cat_Nav_Item-over.jpg);
    background-repeat: no-repeat;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    width: 192px;
    height: 21px;
    padding: 0px 0px 0px 5px;
}

.NavCat_MenuItemExpanded
{
    border:None 0px White;
}

