/*  Solvere Navigation CSS  */

#nav {
    height: 35px;
    margin: 0 auto;
    padding: 0px;
    width: 800px;
    position: relative;
    z-index:999;
}

#nav li {
    list-style-type: none;
    float: left;
    display: inline;
    line-height: 35px;
    height: 35px;
    text-transform: uppercase;
    font-weight: bold;
}

#nav li a {
    display: block;
    color: #003366;
    text-decoration: none;
    letter-spacing: 0px;
    font-size: 11px;
    padding-top: 0;
    padding-right: 6px;
    padding-bottom: 0;
    padding-left: 6px;
}

* html #nav li a {
    padding: 0 13px
}

#nav li a:hover {
    background: #fff url(../images/navOverBg.gif) bottom repeat-x;
    text-decoration: none;
    color: #003366;
}

#nav li.navAt  {
    background: #fff url(../images/navOverBg.gif) bottom repeat-x;
    text-decoration: none;
    color: #003366;
}

#nav li:hover {
    background: #fff url(../images/navOverBg.gif) bottom repeat-x;
}

#nav li:hover a {
    color: #003366;
}

/*  Drop Line Structure  */

#nav li ul,  #nav li ul li li ul {
    background: #fff url(../images/subNavBg2.gif) top repeat-x;
    position: absolute;
    left: -999em;
    height: auto;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    width: 171px;
}

#nav li li {
    float: left;
    display: inline;
    font-weight: bold;
    min-height: 35px;
    line-height: 14px;
    text-align: left;
    font-size: 11px;
    letter-spacing: 0px;
    padding-bottom:10px;
}

* html #nav li li {
    height: 35px;
}

#nav li li a {
    padding-top: 11px;
    padding-bottom: 11px;
    width:150px;
}

#nav li li:hover {
    background: transparent none;
}

#nav li li{ 
  min-height:16px;
  height: 16px;
  padding-bottom:10px;
}

#nav li li a:hover {
    text-decoration: none;
    background: transparent none !important;
    color: #006699;
}

#nav li:hover ul#jobs {
    left: 0;
    z-index:999;
}

#nav li:hover ul#pro {
    left: 71px;
    z-index:999;
}

#nav li:hover ul#forms {
    /*left: 307px;*/
    left: 205px;
    z-index:999;
    width:340px;
}

#nav li:hover ul#forms li a{
    width:320px;
    height:auto;
}

#nav li:hover ul#about {
    /*left: 359px;*/
    left: 257px;
    z-index:999;
}
