.mytxt{ font-family: Arial; color: #ffffff}
.mytxt:hover { font-family: Arial; color: #FFff00}

.hytxt{ font-family: Arial; color: #AF0307}
.hytxt:hover { font-family: Arial; color: #02337b}

.menu {position: absolute; top: -1000; left: -1000}

#dropmenudiv{
position:absolute;
font:normal 12px Verdana;
line-height:26px;
z-index:100;
}

#dropmenudiv a{
font-family: Arial;
font-size: 10pt; 
font-weight: Bold; 
width: 100%;
display: block;
text-indent: 9px;
text-decoration: none;
background-image: url('images/menubg.gif');
color: white;
}

#dropmenudiv a:hover{ /*hover background color*/
font-family: Arial;
font-size: 10pt; 
font-weight: Bold; 
color: #FFff00;
}