ul.dropdown {
	background-color: #964377;
	padding: 0px;
	float: right;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	z-index: 890;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 200px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	color: #FFF;
}
ul.dropdown a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
ul.dropdown a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
ul.dropdown a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
ul.dropdown ul {
	background-color: #006699;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	z-index: 890;
	left: 0px;
	top: 100%;
}
ul.dropdown li {
	line-height: 1.3em;
	vertical-align: middle;
	margin: 0px;
	float: left;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 10px;
	list-style-image: none;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 164px;
}
ul.dropdown li:hover {
	position: relative;
	z-index: 890;
	background-color: #1B5581;
}
ul.dropdown li:hover>ul {
	visibility: visible;
}
ul.dropdown ul.li {
	float: none;
	border-top-style: none;
}
ul.dropdown ul ul {
	left: 99px;
	top: 1px;
}
