#headerwrapper {
    width: 950px; 
    margin: 0 auto;
    text-align: left;
    background-color: #fff;   
}
#nav {
    float: left;
    width: 950px;
    background: #E6EAF1 url(http://images.net-temps.com/ima/site/ltbluegrad.gif) repeat-x;
    text-align: center;
    padding:0;
}

#nav ul {
    width: 950px;
    margin: 0 auto;
    list-style: none;
    padding:0;
}

#nav li {
     float: left;
     position: relative;
     width: 157px
}

#nav a {
     display: block;
     width: 157px;
     color: #3a7399;
     background-color: #fff;
    text-decoration:none;
 }
 #nav a.topnav{
     height:26px;
     background: #E6EAF1 url(http://images.net-temps.com/ima/site/ltbluegrad.gif) repeat-x;

 }
 #nav a:hover, #nav a:active{
     text-decoration:none;
     color:#000066;
 }

#nav a.topnav:hover, #nav a.topnav:active, #nav li.current a.topnav {
     height:26px;
     color:#000066;
     background: #E6EAF1 url(http://images.net-temps.com/ima/site/dkbluegrad.gif) repeat-x;
 }
 #nav li.current a {
  text-decoration:none;
}


#nav li ul {
    display: block;
    position: absolute;
    width: 157px;
    height: 138px;
    background: #FFF url(http://images.net-temps.com/ima/site/dropdown-gradient.gif) repeat-x bottom left;
    left: -999em;
}
#nav .menudiv{
    width:130px;
    margin:0 auto;
    text-align:center;
    height:2px;
    line-height:0;
    font-size:1px;
    color:white;
    background-color:white;
    padding:0;
}


/* Support for the iehover selectbox fix */

* html .navul iframe {
    * position: absolute;
    */* account for the border */
    left: 0;
    top: 0;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
 * select.hide { visibility: hidden; }
 *
 /* End Support for the iehover fix */

