
	#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-left: medium solid #ffb43f;
	border-bottom-width: medium;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	}

	#dropmenudiv a, span{
	width: 100%;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid black;*/
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	}

	#dropmenudiv a:hover{ /*hover background color*/
	background-color: rgb(255, 180, 63);
	color: #ffffff;
	}
	
	td.dropdownblock
	{ /*hover background color*/
		background-color: rgb(198, 201, 222);
		text-align: center;
		text-decoration: none;
		/*margin-left: 10px; 
		margin-right: 10px; */
		font-size: small; 
		font-weight: bold; 
		color: #000000;	
		width: 150px;
		cursor: pointer;
	}
