div.MenuBar
{
    background-color: white;
    font-size:15px;    
    color:white;    
    height:26px;
}

div.MenuBar a
{
    text-decoration: none;
    color:white;
    font-weight: bold;    
}

div.MenuItem
{ 
    padding: 4px 5px 3px 5px;
    float:left;
    background-color: rgb( 108, 188, 223 );    
    height:18px;
} 

div.MenuItemLeft
{ 
    float:left;
    background-color: rgb( 108, 188, 223 );        
    height:25px;    
    width:10px;
    background-repeat:no-repeat;    
} 
div.MenuItemRight
{ 
    float:left;
    background-color: rgb( 108, 188, 223 );        
    height:25px;    
    width:10px;
    background-position: top right;
    background-repeat:no-repeat;    
}

div.MenuSelectedItem
{ 
    padding: 4px 5px 4px 5px;
    float:left;
    background-color: rgb( 46, 139, 182 ); 
    height:18px;
} 
 
div.MenuSelectedItemLeft
{ 
    float:left;
    background-color: rgb( 46, 139, 182 );     
    height:26px;
    width:10px;
    background-repeat:no-repeat;    
} 
div.MenuSelectedItemRight
{
    float:left;
    background-color: rgb( 46, 139, 182 );     
    height:26px;
    width:10px;
    background-position: top right;
    background-repeat:no-repeat;    
}