/*
 Ajatix Pure CSS 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.
*/
.AJXMenuOSPDHfD {
	position:relative;
	z-index:100;
	width:220px;
	padding-top: 20px;
	padding-left: 20px;
}
.AJXMenuOSPDHfD ul {position:relative;float:left;margin:0;padding:0;list-style-type:none;background:#235c66;}
.AJXMenuOSPDHfD li {float:left;width:180px;margin:0;}
.AJXMenuOSPDHfD a {
	display:block;
	width:220px;
	height:40px;
	/* [disabled]white-space:nowrap; */
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	background-color: #58ACB6;
	background-image: url(/cssmenutools/ajxmenu2_files/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 0px;
	/* [disabled]padding-bottom: 0; */
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
}
.AJXMenuOSPDHfD a b {display:block;padding:0 28px 0 0;font-weight:normal;background:url(/cssmenutools/ajxmenu2_files/top.gif) no-repeat top right;}
.AJXMenuOSPDHfD li:hover a,.AJXMenuOSPDHfD a:hover {
	background:#65b0dc url(/cssmenutools/ajxmenu2_files/top.gif) no-repeat bottom left;
}
.AJXMenuOSPDHfD li:hover a b,.AJXMenuOSPDHfD a:hover b {background:url(/cssmenutools/ajxmenu2_files/top.gif) no-repeat bottom right;}
.AJXMenuOSPDHfD br {clear:both;height:0;font-size: 1px;line-height: 0px;}
