/*
Pure CSS Menu
Copyright (c) 2009 Ajatix. All rights reserved.
http://www.ajatix.com
Unregistered copy.
Any usage except for the purpose of evaluation is strictly prohibited.
*/
.AJXMenuRPTVUYB {position:relative;z-index:100;width:100%;min-width:590px;}
* html .AJXMenuRPTVUYB .ajxmw1 {float:left;height: 1px;border-left:590px solid #fff;}
* html .AJXMenuRPTVUYB .ajxmw2 {margin-left:-590px;height: 1px;}
.AJXMenuRPTVUYB ul {
	position:relative;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}
.AJXMenuRPTVUYB li {
	float:left;
	color:#ffffff;
	background-color: #24320f;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}
.AJXMenuRPTVUYB li:hover,.AJXMenuRPTVUYB li a:hover {position:relative;}
.AJXMenuRPTVUYB a {
	display:block;
	float:left;
	height:21px;
	padding:0 10px 0 10px;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
}
.AJXMenuRPTVUYB li:hover a,.AJXMenuRPTVUYB a:hover {background:#17210a;}
.AJXMenuRPTVUYB a.ajxsub {
	padding:0 20px 0 10px;
	background-image: url(../images/ajaxmenu/bbdown.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


.AJXMenuRPTVUYB li:hover a.ajxsub,.AJXMenuRPTVUYB a.ajxsub:hover {
	background-color: #17210a;
	background-image: url(../images/ajaxmenu/bbdown.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.AJXMenuRPTVUYB li ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:150px;
	height:auto;
	background:#a8c17f;
}
.AJXMenuRPTVUYB table {margin-top:-1px;border-collapse:collapse;}
.AJXMenuRPTVUYB ul :hover ul {left:1px;top:21px;}
.AJXMenuRPTVUYB li li {padding:0}
.AJXMenuRPTVUYB ul :hover ul a {
	margin:0;
	width:200px;
	w\idth:160px;
	padding:0 10px 0 10px;
	height:20px;
	font:bold 11px/20px Arial,Helvetica,sans-serif;
	text-decoration:none;
	text-align:left;
	color:#000400;
	background:none;
}

.AJXMenuRPTVUYB ul ul :hover a,.AJXMenuRPTVUYB ul ul a:hover {background:#8dad58;}
.AJXMenuRPTVUYB br {clear:both;height:0;font-size: 1px;line-height: 0px;}
.AJXMenuRPTVUYB ul ul li {
	background-color: #A8C17F !important;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #1E3500;
}
.first_list_sm {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.list_sm {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #24320F;
}

