.mytxt{ color: #ffffff}
.mytxt:hover { color: #FFff00}

.hytxt{ color: #AF0307}
.hytxt:hover { color: #2D6601}

.menu {position: absolute; top: -1000; left: -1000}

#dropmenudiv{
position:absolute;
font:normal 10px Arial;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
font-size: 10pt; 
font-weight: Bold; 
width: 100%;
display: block;
text-indent: 9px;
text-decoration: none;
background-color: #000000;
color: white;
}

#dropmenudiv a:hover{ /*hover background color*/
font-size: 10pt; 
font-weight: Bold; 
background-color: #C45929;
}

#marquee_replacement{
padding-left: 15px;
width:254px;
height:300px;
overflow:auto;
}

