.hovermenu ul{

	padding-left: 0;
	margin-left: 0;
	padding-bottom: 0;
	margin-bottom: 5;
	padding-top: 0;
	margin-top: 5;

	cursor: hand;
}
.activemenu {
	color: #000000;
	font-family:  'Trebuchet MS','Trebuchet',sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	}
.hovermenu ul li{
	list-style: none;
	display: inline;

}

.hovermenu ul li a{
	padding: 5px 0.5em;
	text-decoration: none;
	color: #000000;
	background: #ffffff;
	border: 1px solid thin #000000;
	height: 20;
	font-family:  'Trebuchet MS','Trebuchet',sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: lighter;
		cursor: hand;
}

.hovermenu ul li a:hover{
	background: #ffffff;
border: 1px solid thin #ffff00;
	color: #000000;
	height: 20;
		cursor: hand;
}