/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav li:hover {background-position: 0 0}
.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
  float: left;
  border-right: 1px solid #5588aa;
}
.nav li {
  border-left: 1px solid #5588aa;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background: #94b4c9;
  color: #303e4c;
  display: block;
  padding: 10px 5px 0;
  height: 26px;
  width: 149px;
  text-decoration: none;
}

.nav li a:hover {
  background: #cbd6e4;
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #cbd6e4;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #94b4c9;
  color: #303e4c;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #cbd6e4 !important;
  color: #000;	
}

.nav ul {
  background: #94b4c9;
  border-bottom: 1px solid #303e4c;
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 36px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul li a {
  border: 1px solid #303e4c;
  border-bottom: 0;
  padding: 10px 15px !important;
  font-size: 12px !important;
  height: auto !important;
  text-align: left !important;
}
.nav ul a:hover {
  background: #303e4c;
  color: #000;
}

/* Current Parent */
.nav li.current_page_item a {
	background: #b2cbdb;
	color: #000;
}
*html .nav li.current_page_item a {
	background: #b2cbdb !important; /* For IE6 */
	color: #000 !important; /* For IE6 */
}
/* Current Child */
.nav ul li.current_page_item a {
	background: #b2cbdb !important;
	color: #000 !important;
}