/* general formating for the links ----------------------------------------------------------------------------- */
#navFloat {
	width: 170px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#navTop, #navTop td {
	margin-top: 20px;
	height: 65px;
	font-size: 12px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #512179;
	vertical-align: middle;
}
#navBottom {
	height: 90px;
	margin: 30px 0px 0px 0px;
	font-size: 15px;
	margin-bottom: 6px;
	color: #512179;
}

#navigation {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	background-color: #ebebeb;
	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: 150px;
	height: 20px;
	color: #333399;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
#navigation li a:hover  {
	display: block;
	width: 150px;
	height: 20px;
	background-color: #b29ec4;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
#thisNav  {
	display: block;
	width: 150px;
	height: 20px;
	background-color: #b29ec4;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}


/* this is the spacer below the last opened nav item*/
.submenu{
	margin-bottom: 0.5em;
}