.context-menu-container {	
	z-index: 4000;
	width: 150px;
	position: absolute;
	padding-bottom: 13px;
	background: url(http://static.4players.de/sourcen/store/bubble_arrow.png) no-repeat center bottom;	
}

.context-menu-container ul {
	margin: 0px;
	padding: 0px;
	list-style: none;	
	color: #ffffff;
	background: url(http://static.4players.de/sourcen/store/bubble_back.png) repeat center bottom;	
	text-align: center;
	padding: 5px;
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;		
}

.context-menu-container ul li {
}

.context-menu-container ul li a {
	display:block;
	line-height: 21px;
	color:#FFFFFF;
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;		
}

.context-menu-container ul li a:hover {
	background: url(http://static.4players.de/sourcen/store/contextmenu_itemhover.png) repeat center bottom;	
}
