@charset "utf-8";
/* CSS Document */
#navlist {
	color: #FFFFFF;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.65em;
	font-size: 0.7em;
	background-color: #92278f;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
/* Sample CSS definition for the example list. Remove if desired */
#navlist li {
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #a55ea5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #262262;
	margin: 0px;
}
#navlist a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
}
#navlist a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
}
#navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
}
#navlist a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
}
#navlist a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
}
#dropmenudiv{
	position:absolute;
	line-height:1.6em;
	z-index:100;
	font-family: Verdana;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -2px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #262262;
}
#dropmenudiv  a{
	display: block;
	text-indent: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0;
	background-color: #ba76b3;
	margin: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #262262;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #262262;
	width: 225px;
}
#dropmenudiv  a:link{
	display: block;
	text-indent: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0;
	background-color: #ba76b3;
	margin: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #262262;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #262262;
	width: 225px;
}
#dropmenudiv  a:visited{
	display: block;
	text-indent: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0;
	background-color: #ba76b3;
	margin: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #262262;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #262262;
	width: 225px;
}
#dropmenudiv a:hover{ /*hover background color*/
	display: block;
	text-indent: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0;
	background-color: #92278F;
	margin: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #262262;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #262262;
	width: 225px;
}
#dropmenudiv  a:active{
	display: block;
	text-indent: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0;
	background-color: #ba76b3;
	margin: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #262262;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #262262;
	width: 225px;
}