/* 2012-10-22 14:05:05 ./css/home_generic.css */
/* Generated by LESS PHP v0.3.8 */

.nav-down {
  width: 100%;
  bottom: 0;
}
.nav-down > ul {
  *zoom: 1;
  background-color: #002137;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#007294),to(#002137));
  background-image: -moz-linear-gradient(#007294,#002137);
  background-image: -ms-linear-gradient(#007294,#002137);
  background-image: -webkit-linear-gradient(#007294,#002137);
  background-image: -o-linear-gradient(#007294,#002137);
  background-image: linear-gradient(#007294,#002137);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(#007294,#007294),color-stop(#002137,#002137));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007294',endColorstr='#002137',GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007294',endColorstr='#002137',GradientType=0);
  border-top: 1px solid #041F32;
  padding: 0;
  margin: 0;
}
.nav-down > ul:after,
.nav-down > ul:before {
  content: '';
  display: table;
}
.nav-down > ul:after {
  clear: both;
}
.nav-down > ul > li {
  font-size: 13px;
  float: left;
  color: white;
}
.nav-down > ul > li > a {
  border-bottom: 1px solid #0C3A6C;
  border-right: 1px solid #346C83;
  text-decoration: none;
  color: white;
  padding: 15px 20px;
  display: block;
}
.nav-down > ul > li > a:hover,
.nav-down > ul > li > a.here {
  background: #041F32 !important;
  border-color: #041F32;
  color: #3EA1DD;
}
.nav-down > ul > li > ul {
  display: none;
}
.sub-down {
  *zoom: 1;
  background: #041F31;
  padding: 0;
  margin: 0;
  width: 100%;
}
.sub-down:after,
.sub-down:before {
  content: '';
  display: table;
}
.sub-down:after {
  clear: both;
}
.sub-down > li {
  float: left;
  color: #8DB1C9;
  padding: 10px 20px;
  list-style-type: disc;
  list-style-position: inside;
}
.sub-down > li a {
  text-decoration: none;
  font-size: 13px;
  color: white;
}

.sub-down > li a:hover {
  text-decoration: none;
  font-size: 13px;
  color: #3EA1DD;
}
