.fstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.lstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: regular;
	color: white;
	text-decoration: none;
}
.lstyleTD1 {
	background-color: #000000;
}
.lstyleTD1on {
	background-color: #999999;
}
.lstyleTD2 {
	background-color: #000000;
}
.lstyleTD2on {
	background-color: #999999;
}
.cstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: regular;
	color: black;
	text-decoration: none;
}
.cboldstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

/**************************/
/* Styles for ddaccordion */
/**************************/

.arrowlistmenu{
	width: 170px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: #FECEE6 no-repeat center left;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 1px 1px 1px 1px;
	cursor: hand;
	height: 25px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it is expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul b{ /* This is just for the non <a> submenu items*/
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 2px 0;
	padding-left: 5px; /*link text is indented 19px*/
	border-bottom: 2px solid #dadada;
}

.arrowlistmenu ul li a{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	/* background: url(/design/arrowbullet.png) no-repeat center left; */
	background: no-repeat center left;
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	border-bottom: 1px solid #dadada;
}

.arrowlistmenu ul li a:visited{
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #999999;
}
