@charset "utf-8";
/* CSS Document */
#navMain {
  float: left;
  clear:both;
  width: 100%;
}

#navMain ul {
  list-style: none;
  background: transparent url("../../images/navmain.png") left top repeat-x;
  float: left;
  border-left: 1px solid #585149;
  width: 99.9%;
  padding: 0;
  margin: 0;
}

#navMain ul li {
	padding: 0;
  float: left;
  font-weight: bold;
  border-right: 1px solid #585149;
  font-size: 1em;
	background: none;
}

#navMain ul li a {
  display: block;
  float: left;
  color: #e0cea0;
  padding: 12px 38px 7px 38px;
  text-decoration: none;
}

#navMain ul li a:hover, #navMain ul li a.selected {
  color: #fff;
  background: transparent url("../../images/navmain_hover.png") left top repeat-x;
}


/* Breadcrumbs */
#breadcrumbs {
	font-size: .8181em;
	border-top: 3px solid #89847d;
	background-color: #ebecec;
	clear: both;
	padding: 5px 9px 6px 9px;
}

/* Seconday Navigation */
#navSecondary {
	padding: 0 16px 0 16px;
}

#navSecondary ul li {
	background: none;
	border-bottom: 1px solid #ccc;
	padding: 0 0 1px 0;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#navSecondary ul li a {
	text-decoration: none;
	display: block;
	padding: 7px 0px 9px 9px;
}

#navSecondary ul li a:hover, #navSecondary ul li a.selected {
	background: transparent url("../../images/navsecondary_hover.png") left bottom repeat-x;
	color: #7d7d86;
}


#navSecondary h1 a {
	text-decoration:none;
	color: #3a3732;
}