@charset "UTF-8";
/* CSS Document */
a.xMenu_items, a.xMenu_items:visited, a.xMenu_items:link {
	cursor:pointer;
	color: #333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-indent: 7px;
	display:block;
	padding:0px 0px 3px 0px;
}

a.xMenu_items:hover {
	color: #CC3300;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 7px;
	padding:0px 0px 3px 0px;
}


.xMenuSub1 { 
	border-left:1px;
	border-left-color:#52694E;
	border-left-style:solid;
	border-right:1px;
	border-right-color:#52694E;
	border-right-style:solid;
	border-top:1px;
	border-top-color:#52694E;
	border-top-style:solid;

	margin-left:8px;}

a.xMenuSub1_items, a.xMenuSub1_items:visited, a.xMenuSub1_items:link {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-bottom:1px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	text-transform: none;
	color: #000000;
	text-decoration:none;
	padding: 2px 5px 2px 5px;
}

a.selectedItem, a.selectedItem:visited, a.selectedItem:link { background-color:#336633; color:#FFFFFF;}

a.xMenuSub1_items:hover {
	background-color: #E0E0E0;
	color:#000000;
}

.xMenuSub2 {
background-color: #DDE4C3;
position:relative;
}
a.xMenuSub2_items, a.xMenuSub2_items:visited, a.xMenuSub2_items:link {
	background-color: #DDE4C3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
	padding-left: 7px;
	}
a.xMenuSub2_items:hover {
color:#FF0000;
}

.xMenuBullet { position:relative; top:3px;}
.topCat { 
	color:#52694E;
	font-weight:bold;
	font-size:14px;
	text-indent:0px;}