/* GENERAL STYLES */
#blackRow
{
    background-image: url('/images/Menu/blackBg.png');
    font-family: Arial, Callibri, Tahoma;
    font-size: 12pt;
    color: #FBFAF8;
}

#orangeRow
{
    background-image: url('/images/Menu/orangeBg.png');
    font-family: Arial, Callibri, Tahoma;
    font-size: 9pt;
    color: #FBFAF8;
}

.blackSeperator
{
    padding-left: 5px; 
    padding-right: 5px;
}

.menuButton
{
    font-family: Arial, Callibri, Tahoma;
    font-size: 12pt;
    color: #FBFAF8;
    text-decoration: none;
    cursor: pointer;
}

.blackNotSelected .itemLeft
{
    width: 4px;
    height: 28px;
    background-image: none;
}

.blackNotSelected .itemMiddle
{
    height: 28px;
    background-image: none;
}

.blackNotSelected .itemRight
{
    width: 4px;
    height: 28px;
    background-image: none;
}

.blackNotSelected .itemMiddle a
{
    text-decoration: none;
}

.blackSelected
{
    cursor: pointer;
}

.blackSelected .itemLeft
{
    width: 4px;
    height: 28px;
    background-image: url('/images/Menu/blackHighlightBgCapLeft.png');
}

.blackSelected .itemMiddle
{
    height: 28px;
    background-image: url('/images/Menu/blackHighlightBg.png');
}

.blackSelected .itemMiddle a
{
    text-decoration: none;
}

.blackSelected .itemRight
{
    width: 4px;
    height: 28px;
    background-image: url('/images/Menu/blackHighlightBgCapRight.png');
}

.orangeSeperator
{
    padding-left: 8px; 
    padding-right: 8px;
}

.subMenuButton
{
    font-family: Arial, Callibri, Tahoma;
    font-size: 9pt;
    color: #FBFAF8;
    text-decoration: none;
    cursor: pointer;
}

.orangeNotSelected .itemLeft
{
    width: 2px;
    height: 23px;
    background-image: none;
}

.orangeNotSelected .itemMiddle
{
    height: 23px;
    background-image: none;
}

.orangeNotSelected .itemMiddle a
{
    color: #FBFAF8;
    text-decoration: none;
}

.orangeNotSelected .itemRight
{
    width: 2px;
    height: 23px;
    background-image: none;
}

.orangeSelected
{
    cursor: pointer;
}

.orangeSelected .itemLeft
{
    width: 2px;
    height: 23px;
    background-image: url('/images/Menu/orangeHighlightBgCapLeft.png');
}

.orangeSelected .itemMiddle
{
    height: 23px;
    background-image: url('/images/Menu/orangeHighlightBg.png');
}

.orangeSelected .itemMiddle a
{
    color: #FBFAF8;
    text-decoration: none;
}

.orangeSelected .itemRight
{
    width: 2px;
    height: 23px;
    background-image: url('/images/Menu/orangeHighlightBgCapRight.png');
}

.menuHide
{
    display: none;
}

.menuShow
{
    display: inline;
}

/* EDITOR PROPERTIES */

