div.menu a {
	display:block;
	margin:0;
	width:141px;
	font-weight:bold;
	border-top:1px solid #000000;
	color: #333333;
	text-decoration:none;
	font-size : 8pt;
	font-family : "Trebuchet MS", Verdana, Arial;
	background-color: #e2e2e2;
	line-height: 24px;
	padding: 0em 0em 0em 0.6em;
}
div.menu a:hover {
	background-color: #F0F0F0;
}
div.menu a.active {
	background-color: #F0F0F0;
}
div.menu_sub a {
	display:block;
	margin:0;
	width:141px;
	padding: 0em 0.4em 0.4em 0.2em;
	font-weight:bold;
	/* border-bottom:1px solid #333399; */
	color: Black;
	text-decoration:none;
	font-size : 8pt;
	line-height: 18px;
	font-family : "Trebuchet MS", Verdana, Arial;
	color: #333333;
	background-color: #F0F0F0;
}
div.menu_sub a:hover {
	background-color: #F8F8F8;
}
div.menu_sub a:active {
	background-color: #F0F0F0;
}
