/*
 Ajatix Pure CSS Menu
 Copyright (C) 2009 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXMenubYFQPdB {position:relative;z-index:50;width:200px;}
.AJXMenubYFQPdB ul {position:relative;float:left;margin:0;padding:0;list-style-type:none;}
.AJXMenubYFQPdB li {
	float:left;
	width:200px;
	margin:0;
}
.AJXMenubYFQPdB li.lfirst {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.AJXMenubYFQPdB li:hover,.AJXMenubYFQPdB li a:hover {position:relative;}
.AJXMenubYFQPdB a {display:block;width:171px;height:27px;white-space:nowrap;padding:0 18px 0 11px;font:12px/27px Arial,Helvetica,sans-serif;text-decoration:none;text-align:left;color:#333333;}
.AJXMenubYFQPdB li:hover a,.AJXMenubYFQPdB a:hover {color:#ffffff;background:#007ab9;}
.AJXMenubYFQPdB a.ajxsub {background:url(/images/icons/clf-rbk.gif) no-repeat center right;}
.AJXMenubYFQPdB li:hover a.ajxsub,.AJXMenubYFQPdB a.ajxsub:hover {
	background-color: #007ab9;
	background-image: url(/images/icons/clf-rw.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.AJXMenubYFQPdB ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:200px;
	height:auto;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.AJXMenubYFQPdB table {margin-top:-1px;border-collapse:collapse;}
.AJXMenubYFQPdB ul :hover ul {left:200px;top:0px;}
.AJXMenubYFQPdB li li {width:200px;padding:0 0px 1px 0px;}

.AJXMenubYFQPdB li li.slast {padding-bottom:0px;}
.AJXMenubYFQPdB ul ul a,.AJXMenubYFQPdB ul :hover ul a {
	margin:0;
	width:172px;
	height:auto;
	white-space:normal;
	padding:6px 18px 6px 8px;
	font:11px/11px Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	color:#333333;
	background:#ffffff;
}
.AJXMenubYFQPdB ul ul :hover a,.AJXMenubYFQPdB ul ul a:hover {color:#ffffff;background:#007ab9;}
.AJXMenubYFQPdB br {clear:both;height:0;font-size: 1px;line-height: 0px;}

