#nav{

    height:35px;

    border-bottom:1px solid #ddd;

    position:fixed;

    top:0px;

    left:0px;

    right:0px;

    background:#fff url(/_images/nav.png) repeat-x center left;

}

#nav ul{

    height:25px;

    list-style:none;

    margin:6px auto 0px auto;

}

#nav ul li{

    display:inline;

    float:left;

    margin:0px 2px;

}

#nav a{

    font-size:11px;

    font-weight:bold;

    float:left;

    padding: 2px 4px;

    color:#999;

    text-decoration: none;

    border:1px solid #ccc;

    cursor: pointer;

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

    height:16px;

    line-height:16px;

}

#nav a:hover{

    background:#D9D9DA none;

    color: #fff;

}

#nav a.top span, #nav a.bottom span{

    float:left;

    width:16px;

    height:16px;

}

#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;

}




#nav2{

    height:35px;

    border-bottom:1px solid #ddd;

    position:fixed;

    top:36px;

    left:0px;

    right:0px;

    background-color:#F1f1f1;

}

#nav2 ul{

    height:25px;

    list-style:none;

    margin:6px auto 0px auto;

}

#nav2 ul li{

    display:inline;

    float:left;

    margin:0px 2px;

}

#nav2 a{

    font-size:11px;

    font-weight:bold;

    float:left;

    padding: 2px 4px;

    color:#999;

    text-decoration: none;

    border:1px solid #ccc;

    cursor: pointer;

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

    height:16px;

    line-height:16px;

}

#nav2 a:hover{

    background:#D9D9DA none;

    color: #fff;

}

#nav2 a.top span, #nav2 a.bottom span{

    float:left;

    width:16px;

    height:16px;

}

#nav2 a.top span{

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

}

#nav2 a.bottom span{

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

}



#nav2 ul li.search{

    float:right;

}

#nav2 input[type="text"]{

    float:left;

    border:1px solid #ccc;

    margin:0px 1px 0px 50px;

    padding:2px 2px 2px 2px;

}




