/*
http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
*/

#dropmenudiv{
	position: absolute;
	font: normal 12px Arial;
	line-height: 20px;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 15px;
	font-family:Arial, Helvetica, sans-serif
	font-size: 11px;
	color: #333A5D;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #C7CCE8;
	border-bottom: 1px solid #404D93;
}

#dropmenudiv a:hover{
	color: #001065;
	background-color: #FFFFFF;
}

.dropmenutop {
	width: 100%;
	text-align: center;
}

.dropmenulink {
	width: 100%;
	display: block;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
	font-weight: bold;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}