.menutitle{
cursor:pointer;
margin-bottom: 5px;
color: #29CF0C;
font-family: tahoma;
font-style: italic;
font-size: 14px;
text-align:left;
font-weight:bold;
border: solid 1px #3D6CA2;
background-color: black;
}

.menutitle:hover{
cursor:pointer;
margin-bottom: 5px;
color: #ffffff;
font-family: tahoma;
font-style: italic;
font-size: 14px;
text-align:left;
font-weight:bold;
border: solid 1px #3D6CA2;
background-color: black;


}
.submenu{
margin-bottom: 0.5em;
}

#links{
color: #29CF0C;
font-family: arial;
text-decoration: none;
font-weight: bold;
font-size: 12px;

}

#links:hover{
color: #ffffff;
font-family: arial;
text-decoration: none;
font-weight: bold;
font-size: 12px;
background-color: black;

}

#link{
text-decoration: none;
color: white;
}