@charset "UTF-8";

#menu{
  width: 800px;
  height: 25px;
  
  font-size: 12px;
  color: #fff;
  background-color: #96ccc4;
  background-image: url(menu-bg-3.png);
  background-repeat: repeat-x;
}

#menu li{
  text-align: center;
  height: 25px;
  float: left;
}

#menu-1{
  width: 65px;
}

#menu-2{
  width: 95px;
}

#menu-3{
  width: 120px;
}

#menu-4{
  width: 70px;
}

#menu-5{
  width: 135px;
}

#menu-6{
  width: 160px;
}

#menu-7{
  width: 70px;
}

#menu-8{
  width: 85px;
}
 
#menu a{
  float: left;
  width: 100%;
  height: 21px;
  padding-top: 4px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

#menu a:hover {
  background-image: url(menu-bg-over.png);
  background-repeat: repeat-x;
}

#menu a.selected{
  background-image: url(menu-bg-over.png);
  background-repeat: repeat-x;
}

#sub-menu{
  clear: both;
  width: 800px;
  height: 30px;

  font-size: 10px;
  color: #575757;	
}

#sub-menu li{
  float: left;
  text-align: center;
  margin-top: 6px;

  border-right: 1px dotted #bbbbbb;
}

#sub-menu a{
  font-size: 10px;
  text-decoration: none;
  color: #464646;
  font-weight: normal;
}

#sub-menu li a:hover {
  font-weight: bold;
}

#sub-menu .selected{
  font-weight: bold;
}

#menu .last-item, #sub-menu .last-item{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#menu #sub-menu-item-1{
  width: 67px;
}

#menu #sub-menu-item-2{
  width: 97px;
}

#menu #sub-menu-item-3{
  width: 121px;
}

#menu #sub-menu-item-4{
  width: 71px;
}

#menu #sub-menu-item-5{
  width: 127px;
}

#menu #sub-menu-item-6{
  width: 155px;
}

#menu #sub-menu-item-7{
  width: 73px;
}

#menu #sub-menu-item-8{
  width: 89px;
}

#sub-menu #sub-menu-item-1{
  width: 100px;
}

#sub-menu #sub-menu-item-2{
  width: 85px;
}

#sub-menu #sub-menu-item-3{
  width: 89px;
}

#sub-menu #sub-menu-item-4{
  width: 110px;
}

#sub-menu #sub-menu-item-5{
  width: 114px;
}

#sub-menu #sub-menu-item-6{
  width: 94px;
}

#sub-menu #sub-menu-item-7{
  width: 196px;
}


