#divNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divNavigation ul li {
	display: inline;
}
#divNavigation ul li a {
	padding-top: 9px;
	float: left;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	margin-right: 1px;
	padding-bottom: 1px;
}
#divNavigation ul li a:link, #divNavigation ul li a:visited {

}

#divNavigation ul li a:hover {
	background-color: #CCCCCC;
	color: #666666;
}
#divNavigation #active #current {
	background-color: #660099;
	color: #FFFFFF;
	font-weight: bold;
}
#dropmenudiv{
	position:absolute;
	border-bottom-width: 1;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660099;
	border-right-color: #660099;
	border-bottom-color: #660099;
	border-left-color: #660099;
	margin-top: 2px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4D3F7;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #7B00B7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: underline;
}
.footer1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.footer3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #68019a;
	text-decoration: none;
	border-bottom:1px dotted #68019a;
}
.footer3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #68019a;
	text-decoration: underline;
}
.signup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}