/* Nav level 1 -------------------------------------------------------------------------------------  */ 

#nav_company, #nav_products, #nav_services, #nav_partners, #nav_contact 
{
    background: url(../images/nav_company.png) top left no-repeat;     
    display: block;
        height: 30px;
        width: 129px;
}

#nav_products
{
    background: url(../images/nav_products.png) top left no-repeat;
}

#nav_services
{
    background: url(../images/nav_services.png) top left no-repeat;
}

#nav_partners
{
    background: url(../images/nav_partners.png) top left no-repeat;
}

#nav_contact
{
    background: url(../images/nav_contact.png) top left no-repeat;
}

#nav_company:hover, #nav_products:hover, #nav_services:hover, #nav_partners:hover, #nav_contact:hover, #nav .active
{
    background-position: bottom left;
} 

ul#nav
{    
    display: block;
        height: 30px;
        width: 645px;
    list-style: none; 
    position: absolute; 
        top: 55px;
        right: 0;
}

ul#nav li
{
    float: left;    
    font-weight: bold;  
    margin: 0;
    padding: 0;
    width: 129px;    
    zoom: 1; 
}
ul#nav a:hover
{ 
    color: #000; 
}

ul#nav li a                    
{
    color: #555844;  
    display: block;                                      
    text-decoration: none;
}

ul#nav li:hover
{
    position: relative;
}

ul#nav li.hover a
{ 
    background-position: bottom left;
}


/* Nav level 2 -------------------------------------------------------------------------------------  */ 
ul#nav ul
{  
    background: url(../images/bk_nav_drop.png) bottom center no-repeat;
    list-style: none;
    padding-bottom: 10px;
    position: absolute; 
        top: 100%; 
        left: 0;
    visibility: hidden;
    width: 129px;              
}

ul#nav ul li                     
{
    background-color: #eaeaea;
    color: #000; 
    float: none;    
    font-weight: normal; 
    font-size: 11px;
    height: auto;
    line-height: 13px !important;  
    padding: 5px 15px;
    width: 99px;
}
                                      
                                    
ul.dropdown ul li a
{
    border-right: none;
    display: inline-block; /* IE 6 & 7 Needs Inline Block */    
    font-size: 10px;
    height: auto; 
    line-height: 13px !important;         
    width: 100%; 
} 
