.menutitle {
	cursor: pointer;
	margin-bottom: 1px;
	background-color: #d6e6fd;
	color: #000000;
	width: 140px;
	padding: 1px;
	text-indent: 10px;
	font-weight: normal;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	border: 1px solid #646462;
}

.submenu {
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	list-style: disc inside;
	text-indent: 10px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}


.menuitem {
	/*background-color: #f7f7f7;*/  /*#f8f8f8;*/
}