.arrowlistmenu{
width: 150px; /*width of accordion menu*/
padding-top:30px;
background-image:url(../images/background_left_menu.jpg);
background-repeat:repeat-x;
}
.menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #000000;
	display: block;
	padding-left: 2px; /*link text is indented 19px*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: none;
	padding: 6px 0 0px 0px; /*header text is indented 10px*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #000000;
	display: block;
	background-image:url(../images/divline.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-top:0px;
	margin-left:10px;
	padding-left: 2px; /*link text is indented 19px*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: none;
	padding: 6px 0 0px 0px; /*header text is indented 10px*/
}
.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #000000;
	display: block;
	padding-left: 2px; /*link text is indented 19px*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: none;
	padding: 6px 0 0px 0px; /*header text is indented 10px*/
}

.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #000000;
	display: block;
	padding-left: 2px; /*link text is indented 19px*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: none;
	padding: 6px 0 0px 0px; /*header text is indented 10px*/
}
.arrowlistmenu .menuheader a:active{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #000000;
	display: block;
	padding-left: 2px; /*link text is indented 19px*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: none;
	padding: 6px 0 0px 0px; /*header text is indented 10px*/
}
.arrowlistmenu .menuheader a:visited{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #000000;
	display: block;
	padding-left: 2px; /*link text is indented 19px*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: none;
	padding: 6px 0 0px 0px; /*header text is indented 10px*/
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	font: bold 12px Arial;
	color: #000000;
	display: block;
	background-image:url(../images/divline.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-top:0px;
	margin-left:10px;
	padding-left: 2px; /*link text is indented 19px*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: none;
	padding: 6px 0 0px 0px; /*header text is indented 10px*/
}

.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*/
cursor:default;
}

.arrowlistmenu ul li a{
font-family: tahoma,verdana,arial;
font-size: 11px;
color: #646464;
text-align:left;
margin-left:5px;
background-image:url(../images/square.gif);
background-repeat:no-repeat;
padding-left: 18px; 
text-decoration: none;
display:block;
}

.arrowlistmenu ul li a:visited{
font-family: tahoma,verdana,arial;
font-size: 11px;
color: #646464;
text-align:left;
background-image:url(../images/squareactive.gif);
background-repeat:no-repeat;
padding-left: 18px; 
text-decoration: none;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	font-family: tahoma,verdana,arial;
	font-size: 11px;
	color: #CC0000;
	text-align:left;
	background-image:url(../images/squareoff.gif);
	background-repeat:no-repeat;
	padding-left: 18px;
	text-decoration: underline;
	display:block;
}
.contentTable{
	color: #333333;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	background-color:#F0F0F0;
}