h2 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #c90;
	margin: 0px 0px 5px;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-align: right;
	color: #660;
	padding-bottom: 1px;
	border-bottom: 1px #660 solid;
	margin: 5px 0px 10px;
}

h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	margin: 5px 0px;
}

h5 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	margin: 5px 0px;
}

#subnav {
	width: 175px;
	padding: 0px;
	border: none;
	border-bottom: none;
	margin: 0px 15px 0px 0px;
	background-color: #ffc;
	color: #336;
	}

#subnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
		
#subnav li {
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	border-bottom: none;
	margin: 0px;
}

#subnav li a {
	display: block;
	padding: 4px;
	background-color: #ffc;
	color: #660000;
	text-decoration: none;
	width: 100%;
}

html>body #subnav li a {
	width: auto;
}

#subnav li a:hover, #subnav li a:focus {
	background-color: #336;
	text-decoration: underline;
	color: #fff;
}


#subnav li ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
		
#subnav li li {
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	border-bottom: 0px solid #630;
	padding: 0px;
}

#subnav li li a {
	display: block;
	padding: 2px 2px 4px 14px;
	background-color: #ffc;
	color: #336;
	text-decoration: none;
	width: 100%;
}

#subnav li li a:hover, #subnav li a:focus {
	background-color: #336;
	text-decoration: underline;
	color: #fff;
}


#subnav2 {
	width: 130px;
	padding: 0px;
	border: 1px #960 solid;
	border-bottom: 0px transparent solid;
	margin: 20px 0px;
	background-color: #EBD6AD;
	color: #336;
	}

#subnav2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
		
#subnav2 li {
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	border-bottom: 1px solid #960;
	margin: 0px;
}

#subnav2 li a {
	display: block;
	padding: 4px;
	background-color: #EBD6AD;
	color: #600;
	text-decoration: none;
	width: 100%;
}

html>body #subnav2 li a {
	width: auto;
}

#subnav2 li a:hover, #subnav li a:focus {
	background-color: #336;
	color: #fff;
}


