/* Drop Down Styles */
a.droplink:link { color: black; text-decoration: none; } /* Default color of the link text. */
a.droplink:visited { color: black; text-decoration: none; } /* Color of a link when it has been clicked. */
a.droplink:hover { color: white; text-decoration: underline;} /* Color when mouse moves over link. */
/* Properties of the Drop Down*/
#dropmenudiv
	{
		position:absolute;
		border:1px solid black;
		font:bold 10px Verdana;				
		line-height:18px;
		z-index:100;	
		font-color:black;			
	}
	

