﻿div.MainMenu
{
    
    }
    
    
    div.MainMenu ul
    {
        height:79px;
        float:left;
        list-style-type:none;    
        }
    
    div.MainMenu ul li
    {        
        height:77px;
        line-height:80px;
        text-align:center;        
        float:left;        
                
        }    
        
        div.MainMenu ul li h1
        {            
            width:202px;
            text-indent:-9999px;
            /*background:url(/framework/images/resursteamet-logo.png) no-repeat;*/
            
            height:75px;
            position:absolute;
            top:0px;
            left:10px;            
            }
    
        div.MainMenu ul li a
        {
            color:#fff;
            font-family:TradeGothicCondEighteenBold;
            font-size:18px;
            font-weight:normal;
            }
            
        div.MainMenu ul.menuLinks li
        {
            width:125px;
            text-align:center;            
            }           
        
        div.MainMenu ul.menuLinks li.sep
        {
            background:url(/Framework/Images/head-menu-sep.png) no-repeat top center;
            width:5px;
            padding-left:10px;
            padding-right:10px;
            }
        
        div.MainMenu ul.menuLogo li a.logoHitarea
        {
            width:194px;
            height:75px;
            float:left;
            margin-left:13px;
            
            display:block;
            }
           
           
            
        div.MainMenu ul.menuLogo li.active
        {
            background:url(/Framework/Images/SelectedMenuItemStart.png) no-repeat;
            background-position:bottom center;
            width:194px;
            height:79px;
            
            position:relative;
            top:0px;
            
            display:block;
            }
            
        div.MainMenu ul.menuLinks li.active
        {
            background:url(/Framework/Images/SelectedMenuItem.png) no-repeat;
            background-position:bottom center;
            height:79px;
            
            display:block;
            }
