﻿
.nav
{
    background: url(../gfx/nav/nav_bg.jpg) no-repeat;
    height: 54px;
}

.nav ul 
{
    list-style:none;
    margin:0;
	padding:0;
	width:auto;
	display:block; 
}

.nav li
{
  margin:0;
  padding:0;
  float:left;
 
}

.nav a 
{
 display:block;
 float:left; 
 min-height:54px;
 _height: 54px;
}




/* nav items */

.theCompany
{
    background:url(../gfx/nav/company.jpg) no-repeat;
    width:104px;
}

.theCompany:hover
{
    background:url(../gfx/nav/company_f2.jpg) no-repeat;
}

.expertise
{
    background:url(../gfx/nav/expertise.jpg) no-repeat;
    width:88px;
}

.expertise:hover
{
    background:url(../gfx/nav/expertise_f2.jpg) no-repeat;
}

.bee
{
    background:url(../gfx/nav/bee.jpg) no-repeat;
    width:58px;
}

.bee:hover
{
    background:url(../gfx/nav/bee_f2.jpg) no-repeat;
}

.news
{
    background:url(../gfx/nav/news.jpg) no-repeat;
    width:68px;
}

.news:hover
{
    background:url(../gfx/nav/news_f2.jpg) no-repeat;
}

.careers
{
    background:url(../gfx/nav/careers.jpg) no-repeat;
    width:79px;
}

.careers:hover
{
    background:url(../gfx/nav/careers_f2.jpg) no-repeat;
}

.contactUs
{
    background:url(../gfx/nav/contact.jpg) no-repeat;
    width:95px;
}

.contactUs:hover
{
    background:url(../gfx/nav/contact_f2.jpg) no-repeat;
}

.login
{
    background:url(../gfx/nav/login.jpg) no-repeat;
    width:68px;
}

.login:hover
{
    background:url(../gfx/nav/login_f2.jpg) no-repeat;
}


.logout
{
    background:url(../gfx/nav/logout.jpg) no-repeat;
    width:68px;
}

.logout:hover
{
    background:url(../gfx/nav/logout_f2.jpg) no-repeat;
}

.navSearch
{
    height:54px;
    width:240px;
}

.search
{
    width:190px;
    height:20px;
}

.search input 
{
    font-size:11px;
    background:none;
    border:1px solid #999;
    background:#fff;
    margin-top:2px;
    height:16px;
    *height:18px;
    line-height:20px;
    text-indent:2px;
    padding:0;
    padding-top:2px;
     *padding:0;
    color:#666;
    float:left;
    width:139px;
    margin-top:15px;
    margin-left:15px;
}


.search a 
{
    float:left;
}

.searchButton 
{
  margin-top:15px;
  height:23px;
  width:23px;
  display:block;  
  background:url(../gfx/nav/but_search.jpg)  no-repeat; 
}


/* end nav items*/







/* dropdowns */


.dropdown
{
    background:#C0C7D3;
    width:150px;
    padding:10px 15px 15px 15px;
    z-index:999999;
    
}

.dropdown  a {
    color:#002051;
    text-decoration:none;
    font-weight:bold;
    min-height:17px;
    _height:17px;
    display:block;
    padding:2px 5px 2px 5px;
    line-height:17px;
    border-bottom:1px solid #fff;
}

.dropdown a:hover {
    background:#C0C7D3;
    color:#666;
    display:block;
    text-decoration:none;
}

/* end dropdowns */