@charset "utf-8";
/* CSS Document */


#nav .current {
	color:#916C00;
}
#nav .current:hover {
	color:#916C00;
}

.nav-level-0 {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
}
.nav-level-0 a {
	color: #0A63A5;
	text-decoration: none;
	display: block;
	height: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #B8BDC9;
	font-weight: bold;
	padding-top: 11px;
	padding-right: 30px;
	padding-bottom: 11px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
.nav-level-0 a:hover {
	color: #916C00;
}
.nav-level-0 .active {
	font-weight:bold;
	background-image: url(../images/nav-arrow.gif);
	background-repeat: no-repeat;
	color: #916C00;
	background-position: right top;
}
.active   {

}
.nav-level-0 span {
  color: #FF661C;
  font-weight: bold;
}

.nav-level-1 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

.nav-level-1 a  {
	color: #0A63A5;
	text-decoration: none;
	display: block;
	height: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #B8BDC9;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.1em;
	background-image: url(../images/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 30px 8px;
}

.nav-level-1 a:hover {
	color: #916C00;
}
.nav-level-1 .active {
	font-weight:bold;
	color: #916C00;
	background-image: url(../images/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 30px 8px;

}
.nav-level-2 {
  margin-left:4px;
  padding-left:4px;
}
.nav-level-3 {
  padding-left:4px;
    border:0;
}

