@charset "utf-8";
/* CSS Document */

#mainNav {
	background: #DDDDDD;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#mainNav ul {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(/images/top-back.gif) repeat-x left top;
	float: left;
	width: 100%;
	height: 25px;
}

#mainNav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#mainNav li a, #mainNav li a:link {
	color: #000;
	text-decoration: none;
	border-right: 1px solid #000;
	display: block;
	font: bold 1em Arial, Verdana, Helvetica, sans-serif;
	background: url(/images/side-back.gif) repeat-x left top;
	padding-top: 0.4em;
	padding-right: 3.5em;
	padding-bottom: 0.4em;
	padding-left: 3.5em;
}

#mainNav li a:hover {
	background: url(/images/side-back.gif);
	color: #000000;
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }

/* ABOUT NAVIGATION */

ul#aboutNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 180px;
	font-size: 85%;
	background: url(/images/top-back.gif) repeat left top;
}

#aboutNav a {
	font: bold 0.9em Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 25px;
	width: 180px;
}

#aboutNav a:hover {
	font: bold 0.9em Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 25px;
	width: 180px;
}

#aboutNav .nolink {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border: 1px solid #999999;
	border-bottom: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background: #ECECEC;
	line-height: 18px;
}

#aboutNav a.sub {
	font-weight: normal;
	font-size: 85%;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background-image: url(images/back-list.gif);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#aboutNav a.sub:hover {
	font-weight: normal;
	font-size: 85%;
	text-decoration: underline;
	color: #000000;
	display: block;
	background-image: url(images/back-listb.gif);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

/* IE Fixes */

/* remove annoying gaps */
#aboutNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #aboutNav a {
	height: 1px;
}
