/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv{
width: 100%; /*width of menu*/
}

.suckerdiv ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/

}

.suckerdiv ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
margin:2px;
background:url(../images/arrowbullet.png) no-repeat left center;

}


.suckerdiv ul li a{
font: normal 12px Arial;
color: #000000;
display: block;
padding: 2px 0;
line-height: 13px;
text-decoration: none;
margin-left:15px;
}

.suckerdiv ul li a:visited{
color: #000000;
}

.suckerdiv ul li a:hover{ /*hover state CSS*/
color: white;
background: #666666;
}


