#containerul, #containerul ul{
  text-align:left;
  margin:0 0 0 0px;				/* Removes browser default margins applied to the lists. */
  padding:0 0 0 5px;				/* Removes browser default padding applied to the lists. */
     font-family: Arial, Helvetica, sans-serif;     /*From font down, makes the text look like CSS Topmenu, but allows the click link to work*/
     font-size: x-small;
	font-weight: 600;
	color: #3C503A;
	text-decoration: none;
	font-style: normal;
	letter-spacing: 2px;
	font-variant: normal;
	text-transform: none; 
}

#containerul li{
  margin:0 0 0 10px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0 0 0 15px;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}  

.symbols{
	float:left;
	width:12px;
	height:1em;
	background-position:left;
	background-repeat:no-repeat;
}

.clicker{
	/*float:left;
	width:20px;
	height:1em;
	background-position:left; */
	background-repeat:no-repeat;
	padding: 0 0 0 15px;
}