DIV.menu {
position:absolute;
visibility: hidden;
border:1px solid #2A3777;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #1879F4;
width: 205px;
}
DIV.menu a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #2A3777;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

DIV.menu a:hover{ /*hover background color*/
background-color:#8FD6F6;
color: white;
}

#slideimg { padding-top: 0px; background: #FFFFFF;}
img{  border:0px   none;  }
#slidefooter { background: #EEF9FC;  height: 27px; margin: 0 auto; overflow: hidden; }
#slideprev { background: url(./img/slide_prev.gif); width: 25px; height: 27px; text-indent: -9999px; float: left; overflow: hidden; }
#slidenext { background: url(./img/slide_next.gif); width: 25px; height: 27px; text-indent: -9999px; float: right; overflow: hidden; }
#slidetext { margin: 0; line-height: 29px; height: 27px; overflow: hidden; text-align:center;font-size:12px}
#slideplay { background: url(./img/slide_play.gif); width: 46px; height: 27px; text-indent: -9999px; float: right; overflow: hidden; }
