/*
 Ajatix Pure CSS Menu
 Copyright (C) 2010 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXMenuWVITSZB {
	position:inherit;
	z-index:100;
	background-image: url(/new_front_page/images/nav_bar_on.png);
	background-repeat: repeat-x;
	left: 31px;
	top: 94px;
	width: 1032px;
	height: 28px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.AJXMenuWVITSZB ul {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	/* [disabled]border-right-width: 1px; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-color: #FFF; */
}
.AJXMenuWVITSZB li {
	float:left;
	margin:0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.AJXMenuWVITSZB li:hover,.AJXMenuWVITSZB li a:hover {
	position:relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.AJXMenuWVITSZB a {
	display:block;
	float:left;
	height:27px;
	white-space:nowrap;
	padding:0 0 0 10px;
	font:11px/27px Arial,Helvetica,sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background:url(/new_front_page/images/nav_bar_on.png) repeat-x;
}
.AJXMenuWVITSZB a b {display:block;padding:0 10px 0 0;font-weight:normal;}
.AJXMenuWVITSZB li:hover a,.AJXMenuWVITSZB a:hover {
	color:#ffffff;
	background:url(/new_front_page/images/nav_bar_on.png) repeat-x;
	/* [disabled]border-right-width: 1px; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-color: #FFF; */
}
.AJXMenuWVITSZB li:hover a b,.AJXMenuWVITSZB a:hover b {
	background:#9fbfd3 url(/new_front_page/images/bar_over.png) repeat-x;
	color: #043653;
	font-weight: normal;
}
.AJXMenuWVITSZB ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:182px;
	height:auto;
	background:#6BA9D1;
}
.AJXMenuWVITSZB table {
	margin-top:-1px;
	border-collapse:collapse;
	/* [disabled]background-color: #E5EBED; */
}
.AJXMenuWVITSZB ul :hover ul {left:9px;top:27px;}
.AJXMenuWVITSZB li li {width:180px;border:1px solid #000000;border-width:0 1px;padding:0 0px 1px 0px;}
.AJXMenuWVITSZB li li.sfirst {border-top:1px solid #000000;}
.AJXMenuWVITSZB li li.slast {border-bottom:1px solid #000000;padding-bottom:0px;}
.AJXMenuWVITSZB ul ul a,.AJXMenuWVITSZB ul :hover ul a,.AJXMenuWVITSZB ul :hover ul :hover ul a {
	float:none;
	margin:0;
	width:175px;
	height:auto;
	white-space:normal;
	padding:0 0 0 5px;
	font:11px/11px Geneva,Arial,Helvetica,sans-serif;
	text-decoration:none;
	text-transform:none;
	text-align:left;
	color:#c0c0c0;
	background:#E7EBEE;
}
.AJXMenuWVITSZB ul :hover ul a b,.AJXMenuWVITSZB ul :hover ul :hover ul a b,.AJXMenuWVITSZB a.ajxsub:hover a b,.AJXMenuWVITSZB a.ajxsub:hover a.ajxsub:hover a b {
	display:block;
	padding:8px 5px 8px 0pc;
	font-weight:normal;
	background:none;
}
.AJXMenuWVITSZB ul ul :hover a,.AJXMenuWVITSZB ul ul a:hover,.AJXMenuWVITSZB ul ul :hover ul :hover a,.AJXMenuWVITSZB ul ul :hover ul a:hover {color:#ffffff;}
.AJXMenuWVITSZB ul ul :hover a b,.AJXMenuWVITSZB ul ul :hover ul :hover a b,.AJXMenuWVITSZB a:hover a:hover b,.AJXMenuWVITSZB a:hover a:hover a:hover b {background:none;}
.AJXMenuWVITSZB ul ul a.ajxsub,.AJXMenuWVITSZB ul :hover ul a.ajxsub {
	width:175px;
	padding:0 0 0 5px;
	background:#EDF0F1;
}
.AJXMenuWVITSZB ul :hover ul a.ajxsub b {padding:8px 5px 8px 0;background:url(ajxmenu_files/menu-bg) no-repeat center right;}
.AJXMenuWVITSZB ul ul :hover a.ajxsub,.AJXMenuWVITSZB ul ul a.ajxsub:hover  {
	background:#E9EDEF;
}
.AJXMenuWVITSZB ul ul :hover a.ajxsub b,.AJXMenuWVITSZB ul :hover ul a.ajxsub:hover b {background:none;}
.AJXMenuWVITSZB ul :hover ul ul {position:absolute;left:-9999px;top:-9999px;}
.AJXMenuWVITSZB ul :hover ul :hover ul {left:180px;top:-1px;}
.AJXMenuWVITSZB br {clear:both;height:0;font-size: 1px;line-height: 0px;}
