#nav {
  width:724px;
  height:73px;
  padding:0;
  margin:0;
  list-style:none;
  float:left;
  font-size:17px;
}

#nav a {
  
  text-decoration:none;
}

#nav .level-1-a,#nav li label {
  font-size:1em;
  letter-spacing:0;
  
  text-decoration:none;
  color:#dcdcdc;
}

#nav .level-1-li {
  width:auto;
  height:73px;
  float:left;
  display:inline;
  position:relative;
  overflow:hidden;
  z-index:99;
  cursor:pointer;
}
#nav .level-1-li:hover {overflow:visible;}
#nav .level-1-li:hover span {color:#FFF;}

#nav .level-1-a {
  width:100%;
  height:33px;
  padding:40px 0 0;
  text-align:center;
  float:left;
}

#nav .level-2-ul {
  width:158px;
  height:auto;
  margin:0;
  padding:4px 0 0 0;
  background:transparent url(../images/level-2-ul.bg.png) repeat top left;
  list-style:none;
  float:left;
}

#nav .level-2-li {
  width:158px;
  height:24px;
}

#nav .level-2-a {
  width:134px;
  padding:4px 0 4px 0;
  margin:0 12px;
  font-size:0.867em;
  color:#EEE;
  border-bottom:solid 1px #555;
  float:left;
}
#nav .level-2-a:hover {
  color:#ff9b22;
}

#nav .level-2-li.omega a {
  border-bottom:0;
}

#nav .search {
  width:262px;
  padding:40px 0 0 22px;
  margin-top:-1px;
  cursor:auto !important;
}

#nav .search label {
  width:55px;
  margin:1px 7px 0 0;
  font-weight:normal;
  float:left;
}

#nav li a:hover {
  color:#EEE;
}

.input-text,#search-input {
  width:144px;
  height:19px;
  padding:5px 0 0;
  font:0.8em Geneva, Helvetica, Arial, sans-serif;
  border:0;
  float:left;
}

#search-left {
  width:10px;
  height:24px;
  background:transparent url(../images/search-left.png) no-repeat top left;
  float:left;
}

#search-submit {
  width:44px;
  height:24px;
  background:url(../images/search-submit.png) no-repeat top left;
  border:none;
  text-indent:-9999em;
  font-size:0;
  float:left;
}