﻿
.MainMenuItem
{
   margin: 0px 5px 0px 5px;
   padding: 0px 0px 0px 0px;
   width: 246px;
   height: 50px;
   behavior: url(iepngfix.htc);
   cursor: default;
}

.MenuItemHover
{
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   width: 246px;
   height: 50px;
   behavior: url(iepngfix.htc);
   cursor: default;
}

.SubMenuItem
{
    width: 242px;
    border-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: White;
}

.TopBorderMenuItem
{
    height: 10px;
    behavior: url(iepngfix.htc);
    background-image: url(Images/menuitem_top.png);
    background-repeat: no-repeat;
}

.BottomBorderMenuItem
{
    height: 10px;
    behavior: url(iepngfix.htc);
    background-image: url(Images/menuitem_bottom.png);
    background-repeat: no-repeat;
}

table.SubMenuGroup,
table.SubSubMenuGroup
{
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=100);
}

table.SubSubMenuGroup
{
    border-left: #ffffff;
    filter:none;
}