/*
 Ajatix Advanced CSS Drop Down Menu
 Copyright (C) 2009 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXCSSMenudLcDLIC {
	position:relative;
	z-index:0;
	width:198px;
	text-indent:7px;
	float: left;
	clear: both;
}
.AJXCSSMenudLcDLIC ul {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;

	clear: both;
}
.AJXCSSMenudLcDLIC li {
	float:left;
	width:198px;
	margin:0;
	clear: both;
}
.AJXCSSMenudLcDLIC a {
	display:block;
	width:174px;
	height:24px;
	padding:0 12px;
	font:12px/24px Arial,Helvetica,sans-serif;
	text-decoration:none;
	text-align:left;
	color:#333333;
	background-image: url(../images/arrow_leftnav_OFF.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	clear: both;
}
.AJXCSSMenudLcDLIC li:hover a,.AJXCSSMenudLcDLIC .ajxover a {
	color:#ffffff;
	background:#666666 url(../images/arrow_leftnav_ON.gif) no-repeat left center;
	clear: both;
}
.AJXCSSMenudLcDLIC br {clear:both;height:0;font-size: 1px;line-height: 0px;}

a.onState {
	color:#ffffff;
	background:#666666 url(../images/arrow_leftnav_ON.gif) no-repeat left center;
	display: block;
	clear: both;
}
