body 
{    
    font-family:Verdana;             
}
tr
{

}
td.menu
{
     
}

#menu-row
{

}

#menu-row td
{
    font-family:Verdana;
    
    height: 35px;    
    background-image: url("/images/BlueColor.jpg");    
    background-repeat: repeat-x;
    white-space: nowrap;    
}

#menu-row a
{
    height: 20px;
    background: transparent;
    text-align:  right;
    text-decoration: none;
    display: inline;    
    vertical-align: bottom;
    color: blue;
}

#menu-row a:hover
{
    height: 20px;    
    background-repeat: repeat-x;
    text-decoration: underline;
    color: blue;
}
td.content
{
    margin-left: 20px;
    background-image: "/images/background-menu.jpg" 
}
