a.home {
	display: block;
	float: left;
	width: 76px;
	color: black;
	text-decoration: none;
	line-height: 28px;
	margin-left: 13px;
}

	#tompenu {
	color: white;
	}

	#tompenu .content {
		padding: 6px 0 0 0; 
	}
	
	#tompenu a {
		text-decoration: none;
		color: white;
	}
	
	#tompenu a:hover {
		color: black;
	}


#dropmenudiv {
	margin-top: 8px;
	position:absolute;
	border-top: 1px solid white;
	border-bottom-width: 0;
	line-height: 20px;
  text-align: left;
	z-index:1000;
	font-size: 0.8em;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0px 2px 11px;
	text-decoration: none;
	background-color: #dde496;
	color: #586a00;
}

#dropmenudiv a:hover { 
	background-color: #b6bd73;
	color: #000000;
}
