 #containerul ul{
  text-align:left;
	padding:0;
	clip:   rect(auto auto auto auto);
	margin: 10px;
}

#containerul li{
margin:0 0em 0 00px;
	padding:0;
	list-style-type:none;
	font-size: 12px;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	line-height: 1.5em;
	
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
    float:left;
	width:12px;
	height:1em;
	background-position:0 50%;
	background-repeat:no-repeat;
	clip:   rect(auto auto auto auto);
	margin-left: -40px;
}
