.menutitle{
cursor:pointer;
margin-bottom: 10px;
/*/*background-color:#ECECFF;
color:#368AB7;
text-decoration:underline;
width:140px;
padding:10px;
text-align:center;
font-weight:bold;
/*/*/border:0px solid #368AB7;/* */
}
a	{
						color:#004080;
						font-size:12px;
						text-decoration:underline;
						}
.submenu{
margin-bottom: 1em;
}
#popitmenu{
position: absolute;
background-color: white;
border:1px solid #004080;
font: normal 12px Arial;
line-height: 24px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
line-height: 24px;
color: #000000;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #94c7f2;
line-height: 24px;

}
