#nav{

    height:45px;

    border-bottom:0px;

    position:fixed;

    top:0px;

    left:0px;

    right:0px;



}

#nav ul{

    height:45px;

    list-style:none;

    margin:0px auto 0px auto;

    width:950px;

}

#nav ul li{

    display:inline;

    float:left;

    margin:0px 0px;

}

#nav a{

    font-size:11px;

    font-weight:bold;

    padding: 0px 0px;

    text-decoration: none;

    cursor: pointer;

    color:#f2f2f2;

    background:transparent url(../images/overlay.png) repeat-x center left;

    height:0px;

    line-height:0px;

}

#nav a:hover{

    color: #f2f2f2;

}



#nav a.top span{

    background:transparent url(../images/top.png) no-repeat center center;

}

#nav a.bottom span{

    background:transparent url(../images/bottom.png) no-repeat center center;

}



#nav ul li.search{

    float:right;

}

#nav input[type="text"]{

    float:left;

    border:1px solid #ccc;

    margin:0px 1px 0px 50px;

    padding:2px 2px 2px 2px;

}

input.searchbutton{

    border:1px solid #ccc;

    padding:1px;

    cursor:pointer;

    width:30px;

	height:22px;

    background:#E8E9EA url(../images/search.png) no-repeat center center;

}

input.searchbutton:hover{

    background-color:#D9D9DA;

}
