.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#3399cc;
font-family:Arial;
color:#000000;
width:140px;
padding:2px;
text-align:left;
font-weight:bold;
border:0px solid red;
}


.submenu{
width:140px;
margin-bottom: 0.5em;
text-align:left;
padding-left:5px;
border: 0px solid blue;
}

A:link {font-family:Arial;color:white;text-decoration: none}
A:visited {font-family:Arial;color:yellow;text-decoration: none}
A:active {font-family:Arial;color:blue;text-decoration: none}
A:hover {font-family:Arial;text-decoration: underline; color: white;}

