﻿.menustyle
{ 
    float:left; 
    }
.staticitem
{
    font-family:Calibri;
    font-size: 16px;
    color: #3a350e;
    font-weight:normal;
    
    display:block;
        
    width:154px;
    line-height:22px;

    padding:0px 4px 0px 4px;
    
    }
.staticitem_hov
{
   background-color:#3a350e;
   color:#cbb71e;
   
   width:154px;
   line-height:22px;
   padding:0px 4px 0px 4px;
    }

