<!--
.menuhead, .menulink, .menulink:link, .menulink:active, .menulink:visited {
background-color: #619bff;
display: block;
width: 110px;
height: 14px;
text-align: center;
font-size: 12px;
font-weight: bold;
font-variant: small-caps;
text-transform: capitalize;
text-shadow: 0px 1px 1px #000000;
color: #e0ebff;
border: 1px solid #e0ebff;
padding: 2px;
margin: 2px;
text-decoration: none;}

.menulink:hover {
background-color: #3333ff;}

.submenulink:link, .submenulink:active, .submenulink:visited {
background-color: #3333ff;
display: block;
width: 110px;
height: 14px;
text-align: center;
font-size: 12px;
font-weight: bold;
font-variant: small-caps;
text-transform: capitalize;
text-shadow: 0px 1px 1px #000000;
color: #e0ebff;
border: 1px solid #e0ebff;
padding: 2px;
margin: 2px;
text-decoration: none;
cursor: pointer;}

.submenulink:hover {
background-color: #9ec2ff;}

#menugroup {
position: absolute;
top: 22px;
left: 0px;
z-index: 9;
width: 120px;
background-color: #619bff;}

#submenugroup {
position: absolute;
left: 120px;
z-index: 9;
width: 120px;
background-color: #619bff;}

#sub2 {
display: none;
z-index: 9;}

.menufooter {
width: 116px;
height: 3px;
border: none;
background-color: #e0ebff;
margin: 2px;
margin-top: 0px;
clear: both;}

#menuempty {
width: 115px;
height: 10px;
position: absolute;
top: 151px;
left: 5px;
border: none;
box-shadow: 0px 5px 0px #9ec2ff;
-->