﻿/*MENU STYLES*/
div.menunav
{
    float:left;
    margin: 5px 0px 0px -1px; 
    *margin: 50px 0px 0px -1px; 
        width:100%;    
    /*min-width:818px;*/
    min-width:908px;
    background-image: url('/Styles/Images/bg-div-nav.png');
    background-repeat:repeat-x;
    border-bottom:1px solid #A9A9A9; 
    border-left:1px solid #A9A9A9;     
    border-right:1px solid #A9A9A9;   
    height:35px;
}

.menunav-div-ul
{
    width: 100%; 
    margin: 0 auto;
}

ul.menunav
{
    list-style-type:none;       
    margin-left:auto;
    margin-right: auto;
    margin-top:0;
    margin-bottom:0; 
    display: inline-block;
    padding: 0;
   
    /* For IE */
    zoom:1;
    *display: inline;
}

ul.menunav a{
    display:block;
    width:180px;
    height:32px;
    font-weight:bold;
    color:#696969;
    background-image: url('/Styles/Images/bg-f-nav.png');
    background-repeat:repeat-x;
    /* line-height:32px; */
    text-decoration:none;    
    border-left:1px solid #A9A9A9;     
    border-bottom:1px solid #A9A9A9; 
}

ul.menunav li.last-child a
{
    border-right: 1px solid #A9A9A9;
}

ul.menunav li{
    float:left;    
    height:32px;    
    border-top: 3px solid #696969;    
}
