
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#FFFFFF;
color:#000000;
width:200px;
padding:2px;
text-align:left;
font-weight:bold;
font-family:Verdana;
font-size:12px;
/*/*/border:0px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}

.red {
    font-family:Tahoma;
	color:#CC0000;
	font-size:16px;
}
.red:link {
	font-family:Tahoma;
	font-size:16px;
	color:#CC0000;
	text-decoration: none;
}
.red:visited {
	font-family:Tahoma;
	font-size:16px;
	color:#CC0000;
	text-decoration: none;
}
.red:hover {
	font-family:Tahoma;
	font-size:16px;
	color:#CC0000;
	text-decoration: underline;
}
.red:active {
	font-family:Tahoma;
	font-size:16px;
	color:#CC0000;
	text-decoration: none;
}
.blue {
    font-family:Tahoma;
	color:#006699;
	font-size:16px;
}
.blue:link {
	font-family:Tahoma;
	font-size:16px;
	color:#006699;
	text-decoration: none;
}
.blue:visited {
	font-family:Tahoma;
	font-size:16px;
	color:#006699;
	text-decoration: none;
}
.blue:hover {
	font-family:Tahoma;
	font-size:16px;
	color:#006699;
	text-decoration: underline;
}
.blue:active {
	font-family:Tahoma;
	font-size:16px;
	color:#006699;
	text-decoration: none;
}

