@charset "iso-8859-1";

#containerul, #containerul ul
{
  	margin:0 0 0 0px; /* A left margin to indent the list items and give the menu a sense of structure. */
  	text-align:left;
  	margin:0; /* Removes browser default margins applied to the lists. */
  	padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li
{
	font-family: Arial;
	font-size: 11pt;
	text-decoration: none;
	color: #e9ec92;
	font-weight: bold;
	margin-top: 15px;
  	margin:0 0 0 30px; /* A left margin to indent the list items and give the menu a sense of structure. */
  	padding:0; /* 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. */
}

#containerul a
{
	font-family: Arial;
	font-size: 11pt;
	text-decoration: none;
	color: #e9ec92;
	font-weight: bold;
	margin-top: 15px;
}
#containerul a:hover {color: #c29200}

#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;
}

