@charset "utf-8";
ul.dropdown {
	list-style-image: none;
	list-style-type: none;
	z-index: 497;
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: visible;
}
ul.dropdown a:link {
	text-decoration: none;
	color: #1E0C39;
	font-family: Arial, Helvetica, sans-serif;
}
ul.dropdown a:visited {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
ul.dropdown a:hover	{
	text-decoration: none;
	color: #361C5E;
	font-family: Arial, Helvetica, sans-serif;

}
ul.dropdown ul {
	width: 130px;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	z-index: 498;
	list-style:inherit;
	word-spacing:inherit;
	left: 0px;
	top: 100%;
	background-image: url(/imgs/menu/menubg.png);
	font-family: Arial, Helvetica, sans-serif;
	color: #2A1349;
	font-size: 13px;
	font-weight: bold;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	visibility: hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.dropdown li {
	line-height: 1.3em;
	vertical-align: middle;
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	display:block;
}
ul.dropdown li:hover > ul {
	visibility: visible;
	}

ul.dropdown ul li:hover {
	background-image: url(/imgs/shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}

ul.dropdown ul li {
	float: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EBC42A;
}
ul.dropdown ul ul {
	left: 99%;
	top: 1px;
}



ul.dropdown li:hover {
	position: relative;
	z-index: 499;
}
