/* CSS Document */

#main ul > li::before, #footercontent ul > li::before {
    content: "";
    display: inline-block;
    position: absolute;
    line-height: 1;
    left: 0;
    margin-top: 3px;
	background-image:url(img/bulletpoint_red.png);
	background-repeat:no-repeat;
	background-position:left;
	width:10px;
	height:11px;
  
}

header .helperMenu.langMenu ul li.current::after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
	background-image:url(img/bulletpoint_white_down.png);
	width:11px;
	height:10px;
    
}
#featureTabs ul.nav.nav-tabs li::before {
    content: "";
	background-image:none;
}
#sidebar .sidebarnav ul li::before{
    left: 10px;
    margin-top: 20px;
  
}