
#dropmenudiv{
position:absolute;
background-image: url(links/popupbkg.png); background-repeat: no;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px trebuchet ms;
line-height:19px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-image: url(links/popupbkgon.png); background-repeat: no;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
display:block;
width: 180px;
background-color: #009900;
}

.rollover a{
padding: 1px;
background-image:url(links/ahoveroff.png); background-repeat: no;
height:19px; width: 180px;
}


.rollover a:hover{
background-image:url(links/ahover.png); background-repeat: no;
padding: 1px;
height:19px; width: 180px;
}

