@charset "utf-8";
/* CSS Document */

#menycontainer ul
{
	list-style-type: none;
}

#menycontainer ul li a
{
	background: transparent url("symbol.gif") left center no-repeat;
	padding-left: 0px; 
	font: 100% "Sakkal Majalla", Berlin Sans FB, Bookman Old Style;
	text-decoration: none;
	color: #666;
}

#menycontainer ul li a:hover
{
	color: #CCC;
}


