#marki mark{ 
margin:-30px 0 35px;
background-color: rgba(0,0,0,0.0);
} 

#marki mark a{ 
background-color:#aaa; 
border-radius:0 2px 2px 0; 
color:#fff; 
display:inline-block; 
font-size:11px; 
line-height:13px; 
margin:0 0 2px 10px; 
padding:4px 7px 3px; 
position:relative; 
text-transform:uppercase; 
transition: 0.2s linear -webkit-transition: 0.2s linear; 
-moz-transition: 0.2s linear; -o-transition: 0.2s linear; 
} 

#marki mark a:before{ 
border-top:10px solid transparent; 
border-right:8px solid #aaa; 
border-bottom:10px solid transparent; 
content:""; 
height:0; 
position:absolute; 
top:0;
left:-8px; 
width:0; 
transition: 0.2s linear; 
-webkit-transition: 0.2s linear; 
-moz-transition: 0.2s linear; 
-o-transition: 0.2s linear; 
} 

#marki mark a:after{ 
background-color:#fff; 
border-radius:50%; 
content:""; 
height:4px; 
position:absolute; 
top:8px; 
left:-2px; 
width:4px 
} 

#marki mark a:hover{ 
background:#eeeeee; 
color:#FFF; 
} 

#marki mark a:hover:before{ 
border-right-color:#eeeeee; 
}
