/* Generated by KompoZer */
.nav {
  margin: 0;
  padding: 0;
  background: transparent url(images/bg.gif) repeat-x scroll 0% 50%;
  height: 35px;
  position: relative;
  font-family: arial,verdana,sans-serif;
  font-size: 11px;
  width: 100%;
  z-index: 100;
}
.nav .table {
  margin: 0 0px;
  display: table;
}
.nav .select, .nav .current {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: table-cell;
  white-space: nowrap;
}
.nav .active {
  padding: 0 10px;
  background: transparent url(images/bg.gif) repeat scroll 0% 50%;
  margin-left: 0;
  display: block;
  height: 35px;
  float: left;
  text-decoration: none;
  line-height: 35px;
  white-space: nowrap;
  text-transform: capitalize;
  font-size: 10px;
  font-weight: bolder;
  color: #33ccff;
}
.nav li {
  margin: 0;
  padding: 0;
  height: auto;
  float: left;
}
.nav .select a {
  padding: 0 30px;
  background: transparent url(images/bg.gif) repeat scroll 0% 50%;
  display: block;
  height: 35px;
  float: left;
  font-weight: bold;
  text-decoration: none;
  line-height: 35px;
  white-space: nowrap;
  color: #dfdfdf;
}
.nav .select a:hover, .nav .select li:hover a {
  padding: 0 0 0 15px;
  background: transparent url(images/hover.gif) repeat scroll 0% 50%;
  cursor: pointer;
  color: #2b3238;
}
.nav .select a b {
  font-weight: bold;
}
.nav .select a:hover b, .nav .select li:hover a b {
  padding: 0 30px 0 15px;
  background: transparent url(images/hover.gif) repeat scroll right top;
  display: block;
  float: left;
  cursor: pointer;
}
.nav .select_sub {
  display: none;
}
.nav table {
  margin: -1px;
  border-collapse: collapse;
  font-size: 1em;
  width: 0;
  height: 0;
}
.nav .sub {
  margin: 0 auto;
  padding: 0;
  display: table;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
.nav .sub_active .current_sub a, .nav .sub_active a:hover {
  background: transparent none repeat scroll 0% 50%;
  color: #2b3238;
}
.nav .select *:hover .select_sub, .nav .current .show {
  padding: 0;
  background: transparent url(images/back.gif) repeat scroll 0% 50%;
  display: block;
  position: absolute;
  width: 100%;
  top: 35px;
  z-index: 100;
  left: 0;
  text-align: center;
}
.nav .current .show {
  z-index: 10;
}
.nav .select *:hover .sub li a, .nav .current .show .sub li a {
  border:  none;
  margin: 0;
  padding: 0 10px;
  background: transparent none repeat scroll 0% 50%;
  display: block;
  float: left;
  white-space: nowrap;
  color: #2b3238;
}
.nav .current .sub li.sub_show a {
  color: #2b3238;
  cursor: default;
}
.nav .select .sub li a {
  font-weight: normal;
}
.nav .select *:hover .sub li a:hover, .nav .current .sub li a:hover {
  visibility: visible;
  color: #909090;
}
