/* Vertical Menu */

.menutitle{
	cursor: pointer;
	margin-bottom: 5px; /* background-color: #ECECFF; */
	color: #FFFFFF;
	width: 110px;
	padding: 2px;
	text-align: left;
	font-weight: bold; /* normal; border:2px solid #000000; */
	text-decoration: none;
}

.submenu{
	margin-bottom: 0.8em;
	color: #FFFFFF; /* #dee7f7; */
}

.submenulink{
	margin-bottom: 0.8em;
	color: #FFFFFF; /* #dee7f7; */
	text-decoration: none;
}

.submenulinkover{
	margin-bottom: 0.8em;
	color: #FFFFFF; /* #dee7f7; */
	text-decoration: underline;
	cursor: pointer;

}

