@charset "utf-8";
/* CSS Document */

.list-container, .list-container ul{
  	text-align: left;
  	margin: 0px; /* Removes browser default margins applied to the lists. */
  	padding: 0px; /* Removes browser default padding applied to the lists. */
	font-size: 100%;
}

.list-container li{
  	margin:0px 0px 0px 30px; /* A left margin to indent the list items and give the menu a sense of structure. */
  	padding:1px 0px 1px 0px; /* 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. */
}

.list-container .symbols, .list-container .symbols.left { /* Various styles to position the symbols next to the items in the menu. */
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 12px;
}

.list-container .symbols.right { /* Various styles to position the symbols next to the items in the menu. */
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 0px;
}

.list-container .symbols.close {
	background-image: url(../../images/inactive_lg.gif);
}

.list-container .symbols.open {
	background-image: url(../../images/active_lg.gif);
}

ul#containerul {
	padding-bottom: 10px;
	}