.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:130px;
padding:4px;
text-align:left;
font-weight:bold;
/*border:1px solid #000000; */
}
.submenu{
margin-bottom: 0.5em;
}


a {
	text-decoration : none;
	font-weight : regular;
}
a:link {
	color : #066;
	background-color : transparent;
}
a:visited {
	color : #9;
	background-color : transparent;
}
a:active {
	color : #066;
	background-color : transparent;
}
a:hover {
	color : #066;
	background-color : transparent;
	text-decoration : underline;
}