﻿td.MenuBar_Left
{
    width:21px;
    background: url(Images/menubar_left.jpg) no-repeat;    
}
td.MenuBar_Repeater
{
    background: url(Images/menubar_repeater.jpg) repeat-x;    
}
td.MenuBar_Separator
{
    width: 20px;
    text-align: center;
    background: url(Images/menubar_separator.jpg) no-repeat center;
    
}
td.MenuBar_Link
{
    white-space:nowrap;
}
td.MenuBar_SearchText
{
    white-space:nowrap;
    width:50px;
}
td.MenuBar_SearchIcon
{
    width:30px;
    background: url(Images/menubar_search.jpg) no-repeat center;
}
td.MenuBar_AdvancedSearch
{
    width:112px;
    white-space:nowrap;
}
td.MenuBar_Right
{
    width:21px;
    background: url(Images/menubar_right.jpg) no-repeat;    
}
