#navigation {
	width: 170px;
	left: 25px;
	position: absolute;
	top: 0px;
	z-index: 200;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navFix {
}
.navFix ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	font-family: "Comic Sans MS", Arial;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #470769;
	font-weight: bold;
	letter-spacing: .3px;
}
.navFix ul li {
	position: relative;
}	
.navFix li ul {
	position: absolute;
	left: 169px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}
/* Styles for Menu Items */
.navFix ul li a {
	display: block;
	text-decoration: none;
	color: #500776; /* IE6 Bug */
	padding: 5px;
	background-color: #F3EFF5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-style:solid;
	border-color: #470769
}	
/* Holly Hack. IE Requirement \*/
* html .navFix ul li { float: left; height: 1%; }
* html .navFix ul li a { height: 1%; }
/* End */
.navFix li:hover ul, li.over ul {
	display: block;
} /* The magic */
.navFix ul a:hover {
	color: #F3EFF5;
	background-color: #470769;
}
/* Sub Navigation - Horizontal Menu */
.topNav {
	color: #470769;
	font-size: 10px;
	text-align: left;
}
.topNav a:link {
	color: #470769;
	text-decoration: none;
}
.topNav a:visited {
	color: #470769;
	text-decoration: none;
}
.topNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.topNav a:active {
	color: #470769;
	text-decoration: none;
}
