﻿.selectedItem
{
    border: 0;
}
.selectedItemTL
{
    background: url(/images/menu/SelectedItemTLCorner.gif); 
    width: 5px; 
    height: 5px;
}
.selectedItemTC
{
    background: #9bb1c2;
}
.selectedItemTR
{
    background: url(/images/menu/SelectedItemTRCorner.gif); 
    width: 5px; 
    height: 5px;
}
.selectedItemML
{
    background: #9bb1c2;
}
.selectedItemMC
{
    background: #9bb1c2;
    padding: 4px;
}
.selectedItemMR
{
    background: #9bb1c2;
}
.selectedItemBL
{
    background: url(/images/menu/SelectedItemBLCorner.gif); 
    width: 5px; 
    height: 5px;
}
.selectedItemBC
{
    background: #9bb1c2;
}
.selectedItemBR
{
    background: url(/images/menu/SelectedItemBRCorner.gif); 
    width: 5px; 
    height: 5px;
}


.hoverItem
{
    border: 0;
}
.hoverItemTL
{
    background: url(/images/menu/HoverItemTLCorner.gif); 
    width: 5px; 
    height: 5px;
}
.hoverItemTC
{
    background: white;
    border-top: solid 1px #DEDACA;
}
.hoverItemTR
{
    background: url(/images/menu/HoverItemTRCorner.gif); 
    width: 5px; 
    height: 5px;
}
.hoverItemML
{
    background: white;
    border-left: solid 1px #DEDACA;
}
.hoverItemMC
{
    background: white; 
    padding: 4px;  
}
.hoverItemMR
{
    background: white;
    border-right: solid 1px #DEDACA;
}
.hoverItemBL
{
    background: white;
    border-left: solid 1px #DEDACA;
    width: 4px; 
    height: 5px;
}
.hoverItemBC
{
    background: white;
}
.hoverItemBR
{
    background: white;
    border-right: solid 1px #DEDACA;
    width: 4px; 
    height: 5px;
}


.normalItem
{
    border: 0;
}
.normalItemTL
{
    width: 5px; 
    height: 5px;
}
.normalItemTC
{
}
.normalItemTR
{
    width: 5px; 
    height: 5px;
}
.normalItemML
{
}
.normalItemMC
{
    padding: 4px;
}
.normalItemMR
{
}
.normalItemBL
{
    width: 5px; 
    height: 5px;
}
.normalItemBC
{
}
.normalItemBR
{
    width: 5px; 
    height: 5px;
}

.itemLink
{
    color: inherit;
    text-decoration: none;
    font-family: Trebuchet MS;
    font-size: 20px;
}
.submenuItemLink a
{
    color: inherit;
    text-decoration: none;
}

.horizontalPopOut
{
    margin-left: 5px;
    border: 0;
    vertical-align: +1px;
}