.menuitem
{
    background: #0bdf00;
    height:38px;
    font-family: Tahoma, Verdana;
    font-size: 10px;
}

.menuitem span
{
    font-family: Tahoma, Verdana;
    font-size: 13px;
    font-weight: bold;
}

.menuitem div
{
    padding-top:3px; 
}

.menuitem a, .menuitem a:hover, .menuitem a:visited
{
    color:#000;
    text-decoration: none;
}

#reel
{
    background: #000;
    padding: 0px;
    height: 150px;
    overflow:hidden;
}

#reelborder
{
    margin:0px;
    padding:3px;
    border:1px solid #000;
}

#slide
{
    border:1px solid #000;
    margin: 0px;
    background: #000;
    width: 1985px;
    height: 150px;
    overflow:hidden;
    position:relative;
}

.reelImg
{
   height: 148px;
   width: 247px;
   margin: 0px 1px 1px 0px;
   position:relative;
}

.dropmenudiv
{
position:absolute;
top: 218px;
border: 1px solid #000; 
border-bottom:none;
font:normal 12px Verdana;
line-height:16px;
z-index:30;
background: url('imgs/mfiller.png');
width: 150px;
visibility: hidden;
}

html>body .dropmenudiv
{
width: 149px;
top:218px;
}

.dropmenudiv ul
{
    list-style: none;
    margin:0px;
    padding:0px;
}
.dropmenudiv ul #o
{
 border-bottom: 1px solid #000;height:auto;
}

.dropmenudiv ul #l
{
    border:none;border-bottom: 1px solid #000;
    
}

.dropmenudiv a
{
width: auto;
display: block;
text-indent: 3px;
padding: 2px;
margin:1px;
text-decoration: none;
color: black;
}

.dropmenudiv a:hover{ 
background-color: #00bf09;
}