/*
 Ajatix Advanced CSS Drop Down Menu
 Copyright (C) 2010 Ajatix. All rights reserved.
 http://www.ajatix.com
 Unregistered copy.
 Any usage except for the purpose of evaluation is strictly prohibited.
*/
.AJXCSSMenuWVITSZB {
	position: relative;
	z-index: 100;
	width: 100%;
	min-width: 800px;
	height: 42px;
	background: #F5F6FA;
	text-align: right;
}
* html .AJXCSSMenuWVITSZB .ajxmw {height: 1px;margin-left:800px;}
* html .AJXCSSMenuWVITSZB .ajxmw2 {
	position: relative;
	margin-left: -800px;
	height: 1px;
	background: #F5F6FA;
}
.AJXCSSMenuWVITSZB ul {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #F5F6FA;
}
* html .AJXCSSMenuWVITSZB ul {display:inline;}
*+html .AJXCSSMenuWVITSZB ul {display:inline;}
.AJXCSSMenuWVITSZB li {float:left;width:114px;margin:0;padding:0px 4px 0px 0;}
.AJXCSSMenuWVITSZB li.tlast {padding-right:0px;}
.AJXCSSMenuWVITSZB li:hover,.AJXCSSMenuWVITSZB .ajxover {position:relative;}
.AJXCSSMenuWVITSZB a {
	display: block;
	width: 99px;
	height: 42px;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 0 0 15px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	background: #F5F6FA;
	font-family: "Orator STD";
	font-size: 15px;
	line-height: 42px;
	font-weight: lighter;
}
.AJXCSSMenuWVITSZB a b {display:block;padding:0 15px 0 0;}
.AJXCSSMenuWVITSZB li:hover a,.AJXCSSMenuWVITSZB .ajxover a {
	color: #D9C1C1;
}
.AJXCSSMenuWVITSZB li:hover a b,.AJXCSSMenuWVITSZB .ajxover a b {
	background: none;
	color: #D9C1C1;
	font-weight: normal;
}
.AJXCSSMenuWVITSZB a.ajxsub {width:99px;padding:0 0 0 15px;}
.AJXCSSMenuWVITSZB a.ajxsub b {padding:0 24px 0 0;}
.AJXCSSMenuWVITSZB ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 114px;
	height: auto;
	display: inline-block;
	float: none;
	margin: 0;
	background: #F5F6FA;
}
.AJXCSSMenuWVITSZB ul :hover ul,.AJXCSSMenuWVITSZB ul .ajxover ul {
	left: 0px;
	top: 39px;
	color: #D9C1C1;
}
.AJXCSSMenuWVITSZB li li {width:114px;padding:0 0px 1px 0px;}
.AJXCSSMenuWVITSZB li li.slast {padding-bottom:0px;}
.AJXCSSMenuWVITSZB ul ul a,.AJXCSSMenuWVITSZB ul :hover ul a,.AJXCSSMenuWVITSZB ul .ajxover ul a {
	margin: 0;
	width: 86px;
	height: auto;
	white-space: normal;
	padding: 7px 13px 7px 15px;
	font: orator std;
	text-decoration: none;
	text-align: left;
	border: 0;
	color: #000000;
	background: #F5F6FA;
	font-size: 12px;
}
.AJXCSSMenuWVITSZB ul ul :hover a,.AJXCSSMenuWVITSZB ul ul .ajxover a {
	color: #D9C1C1;
}
.AJXCSSMenuWVITSZB br {clear:both;height:0;font-size: 1px;line-height: 0px;}
