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

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

#dropmenudiv{
	color: #ffffff;
	position:absolute;
/*	background-color: #2E3092; */
/*	text-indent: 10px; */
/*	border:1px solid #000000; */
	font-size: 12px;
	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 #000000; */
	padding: 1px 0;
	font-size: 12px;
	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 #000000; */
	padding: 1px 0;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:18px;
}

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

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

