.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 220px; /* Width of Menu Items */
}

/* Sub level menu links style */
.suckerdiv ul li a{
background: #1f1d21 url('../bilder/btn_meny.gif') no-repeat 16px center; /*custom bullet list image*/
color: #fff;
display: block;
padding:2px 0 2px 43px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #cdcdcd;
line-height:26px;
font-size: 0.9em;
}


.suckerdiv ul li a:hover, .suckerdiv ul li a.on {
color: #9DCEEF;
background: #29262C url('../bilder/btn_meny2.gif') no-repeat 16px center; /*custom bullet list image*/
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */