#nav {
  width:768px;
  height:73px;
  padding:0;
  margin:0;
  list-style:none;
  float:left;
}

#nav a {
  text-transform:uppercase;
  text-decoration:none;
}

#nav .level-1-a,#nav li label {
  font-size:1em;
  letter-spacing:0;
  text-transform:uppercase;
  text-decoration:none;
  color:#7f7f7f;
}

#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:#0099ff;
}

#nav .level-2-li.omega a {
  border-bottom:0;
}

#nav li a:hover {
  color:#EEE;
}
