.lila {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.lila ul {
	font-weight: normal;
}
.lila li {
	margin-right: 10px;
	width: auto;
}
.lila ul li {
	margin: 0px;
	width: 160px;
	background-color: #43A40F;
}
.lila a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 30px;
	cursor: pointer;
	padding: 0px 8px 0px 8px;
}
.lila ul a {
	color: #FFFFFF;
}
.lila li.hover {
	background-color: #43A40F;
}
.lila ul li.hover {
	background-color: #43A40F;
}
.lila a.hover {
	color:#FFFFFF !important;
}
.lila ul a.hover {
	color: #000000 !important;
}
.lila li.selected {
}
.lila ul li.selected {
	background-color: #43A40F;
}
.lila a.selected {
	color: #CC9966;
}
.lila ul a.selected {
	color: #CC9966;
	font-weight: normal;
}
.lila .arrow {
	background-image:url(img/grey_arrow.gif);
	background-repeat: no-repeat;
	background-position: 9px center;
}
.lila .hover ul .arrow, .lila ul .arrow {
	background-image:url(img/grey_arrow.gif);
}
.lila .hover .arrow {
	background-image:url(img/white_arrow_vertical.gif);
}
.lila ul .hover .arrow {
	background-image:url(img/red_arrow.gif);
}
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
	position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both;
}
div.horizontal ul li ul li {
	clear: both;
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg, .hasImg a {
	padding: 0px !important;
	margin:	0px !important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
