﻿ul.MainMenu
{
    height:79px;
    float:left;
    list-style-type:none;
    
    }
    
    ul.MainMenu li
    {        
        height:77px;
        line-height:80px;
        text-align:center;        
        float:left;        
        }    
        
        ul.MainMenu li .logoHitarea
        {
            width:194px;
            height:75px;
            float:left;
            margin-left:13px;
            
            display:block;
            }
           
           
            
        ul.MainMenu li.logoHitarea.active
        {
            background:url(/Framework/Images/SelectedMenuItemStart.png) no-repeat;
            background-position:bottom center;
            width:194px;
            height:79px;
            
            position:relative;
            top:0px;
            
            display:block;
            }
            
        ul.MainMenu li.active
        {
            background:url(/Framework/Images/SelectedMenuItem.png) no-repeat;
            background-position:bottom center;
            height:79px;
            
            display:block;
            }