#ajaxticker1{
width: 260px;
height: 180px;
/*background-image:url(../images/random/bg.jpg);
background-repeat:no-repeat;*/
margin-top:0px;
margin-bottom:0px;

}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
/*background-image:url(../images/random/bg.jpg);*/
/*background-repeat:no-repeat;*/
}

.someclass{ //class to apply to your scroller(s) if desired
}
#dropmenudiv{
background-color:#CCCCCC;
width:300px;
position:absolute;
color:#FFFFFF;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
color:#000000;
background-color:#FFFFFF;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#CCCCCC;
color:#000000;
}