.common_menu {
width: 125px; /*width of menu*/
margin-top: 20px;
}

.common_menu .headerbar, .common_menu .headerbar a, .common_menu ul li a, .common_menu .headerbarnosub a {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
text-decoration: none;
color: #808E8F;
}

.common_menu .headerbar, .common_menu .headerbarnosub {
background: url(../images/common_icon-bullet.gif) no-repeat center left;
margin: 0 0 6px 12px;
padding: 0 0 0 12px;
}

.common_menu ul{
list-style-type: none;
margin: 0 0 0 25px;
padding: 0;
}

.common_menu ul li{
padding: 0 0 6px 12px;
background: url(../images/common_icon-slash.gif) no-repeat top left;
margin:0;
}

.common_menu ul li a {
display: block;
}
