/* general formating for the links ----------------------------------------------------------------------------- */
#navFloat {
	width: 145px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#navBottom {
	/*height: 90px;*/
	width: 145px;
	margin: 6px 0px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#navigation {
	margin-top: 40px;
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	background-color: #993333;
	font-weight: bold;
	
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #FFFFFF; /*use if you want a white line below each nav link*/
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	width: 125px;
	height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
#navigation li a:hover  {
	display: block;
	width: 125px;
	height: 20px;
	background-color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
#thisNav  {
	display: block;
	width: 125px;
	height: 20px;
	background-color: #b2e0d7;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.bodyRed03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #993333;
	text-align: left;
	background-color: transparent;
	padding: 20px 10px 0px 10px;
}


/* this is the spacer below the last opened nav item*/
.submenu{
	margin-bottom: 0.5em;
}
