

 #nav {
 float: left;
 width: 380px;
 height: 31px;
 background: url(nav.gif);
 margin: 0;
 padding: 0;
 position: relative;
 top: 0px;
 }

 #nav span { display: none; }

 #nav li { margin: 0px; padding: 0px; list-style: none; position: absolute; top: 0px; }

 #nav li, #nav a { height: 31px; display: block; }
 #nav1 { left: 0px; width: 95px; }
 #nav2 { left: 95px; width: 95px; }
 #nav3 { left: 190px; width: 95px; }
 #nav4 { left: 285px; width: 95px; }


 #nav1 a:hover { background: transparent url(nav.gif) 0px -31px no-repeat;}
 #nav2 a:hover { background: transparent url(nav.gif) -95px -31px no-repeat;}
 #nav3 a:hover { background: transparent url(nav.gif) -190px -31px no-repeat;}
 #nav4 a:hover { background: transparent url(nav.gif) -285px -31px no-repeat;}



#search {
 float: left;
 width: 180px;
 height: 31px;
 background: url(search.gif) no-repeat;
 }
 
 #search input {
 color: #555555;
 font-family: arial;
 font-size: 12px;
 width: 102px;
 background: url(bg_search.gif) no-repeat;
 background-color: #e5e5e5;
 padding: 2px 0px 2px 5px;
 margin: 5px 0 0 60px; 
 border: 0;
 }
 
 form { display: inline; }
 
 select {
 width: 120px;
 background: url(bg_search.gif) no-repeat;
 padding: 0px 0px 1px 3px;
 background-color: #e5e5e5;
 border: 0;
 }
