.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:650px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.menutitle1{
cursor:pointer;
margin-bottom: 5px;
background-color:#CCCCFF;
color:#000000;
width:650px;
padding:2px;
text-align:center;
font-weight:bold;
}

.submenu{
margin-bottom: 0.5em;
}

.submenu a {
color: blue;
text-decoration: none;
}

.submenu  a:visited{
color: blue;
}

.submenu  a:hover{
text-decoration: underline;
}