div#dropdown a{
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10px;
	text-decoration: none;
	font-weight: bold;
/*	background: #2E3092; */
	padding: 5px;
	line-height:26px;
}

div#dropdown a:hover{
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10px;
	text-decoration: none;
	font-weight: bold;
/*	background: #2E3092; */
	padding: 5px;
	line-height:26px;
}

#dropmenudiv{
	color: #ffffff;
	position:absolute;
/*	background-color: #2E3092; */
	text-indent: 10px;
/*	border:1px solid #000000; */
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
}

#dropmenudiv a:link{
	color: #ffffff;
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #2A293B;
	padding: 1px 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height:18px;
}

#dropmenudiv a:visited{
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #2A293B;
	padding: 1px 0;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height:18px;
}

#dropmenudiv a:active {
	color: #ffffff;
	text-decoration: none;
/*	background-color: #2E3092; */
	text-indent: 10px;
	border-bottom: 1px solid #2A293B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	font-weight: bold;
}

#dropmenudiv a:hover {
	color: #EEC553;
	text-decoration: none;
	background-color: #34657F;
	text-indent: 10px;
	color: #EEC553; border-bottom: 1px dotted yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	font-weight: bold;
}

/*	menu bg color and menu width are located in the dropdown/dropdown.js file */