XBODY {
	font-family: Verdana, Arial, Calibri, Helvetica, sans-serif;
	font-size:8pt; 
	font-weight:normal; 
	color:#000000; 
	text-align:left;
}

.mainmenu {	
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #000000;
	font-family: Verdana, Arial, Calibri, Helvetica, sans-serif;
	BACKGROUND-COLOR: #00AEEF;
	text-align:left;
	border:solid windowtext 1.0pt #000000;
	padding:0cm 3.5pt 0cm 3.5pt;
}

.submenu {	
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #000000;
	font-family: Verdana, Arial, Calibri, Helvetica, sans-serif;
	BACKGROUND-COLOR: #00AEEF;
	text-align:left;
	border:solid windowtext 1.0pt #000000;
	padding:0cm 3.5pt 0cm 3.5pt;
}

.menua	{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #000000;
	font-family: Verdana, Arial, Calibri, Helvetica, sans-serif;
	BACKGROUND-COLOR: transparent
	text-align:left;
	text-decoration:none;
	onmouseover=color:#FFFFFF; 
}

.arrowlistmenu{
	width: 170px; /*width of accordion menu*/
	background-color:#FFFFAA;
	margin-top: 1px; /*top spacing between each UL and rest of content*/
	margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
	border:solid windowtext 0.0pt #000000;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!) - silvergradientgrey.gif*/
	font: bold 10pt;
	font-family: Verdana, Arial, Calibri, Helvetica, sans-serif;
	color: white;
	background: black url(/scripts/silvergradientgreen.gif) repeat-x center left;
	margin-top: 0px; /*top spacing between header and rest of content*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 4px 4px 4px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(/scripts/silvergradientover.gif);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	margin-top: 1px; /*top spacing between each UL and rest of content*/
	margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
	background-color: #333333;
}

.arrowlistmenu ul li{
	font: bold 10pt;
	font-family: Verdana, Arial, Calibri, Helvetica, sans-serif;
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	font: bold 10pt;
	font-family: Verdana, Arial, Calibri, Helvetica, sans-serif;
	color: #F70303; /*#A70303;*/
	/* background: url(/scripts/arrowbullet.png) no-repeat center left; */ /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 1px solid #dadada;*/
	font-size: 90%;
	margin-top: 0px; /*top spacing between each UL and rest of content*/
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li a:visited{
	color: #F70303; /*#A70303;*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FF0000;
	background-color: #F3F3F3;
}

