/*This displays the menus for the menu bar*/
#dropmenudiv{
	position:absolute;
	font:12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	padding: 0px 0;
	text-decoration: none;
	background-color: #000066;
	color: #FFFFFF;
	text-indent: 2px;
	border: 1px solid #FECB2D
}
#dropmenudiv p{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFCD05;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000066;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#dropmenudiv a:hover{
	background-color: #FECB2D;
	color: #000066;
	background-image: none;
}

