@charset "UTF-8";
.arrowlistmenu{

/*border: 1px dashed #dadada;*/
background: url(images1/rm_spc_m.png) repeat-y;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 11px "Trebuchet MS" ;
font-weight: bold;
text-align:left;
color: white;
/*background: black url(titlebar.png) repeat-x center left;*/

margin-bottom: 1px; /*bottom spacing between header and rest of content*/ 
margin-left:14px;
margin-right:8px;
text-transform: uppercase;
padding: 3px 0px 0px 5px; /*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(images1/menu_b.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content  */
/*background:none;*/}

.arrowlistmenu ul li{
/*margin-left:20px;
margin-right:10px;*/
margin: 1px 10px 1px 20px;
padding-top: 1px;
padding-bottom: 1px;

/*bottom spacing between menu items*/
/*background:none;*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

/*
"Microsoft Sans Serif"
"Trebuchet MS"
"Verdana"
"Helvetica Neue"

*/


.arrowlistmenu ul li a{

margin: 0px 0px 0px 0px;
font:  9pt "Trebuchet MS";
/*color:ff8106 #A70303;
color: #a70c0c;*/
color: #d40d15;


background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 1px 1px 4px 1px;
/*padding-left: 7px; *//*link text is indented 19px*/
text-decoration: none;
font-weight: none;
/*border-bottom: 1px solid #dadada;*/
/*font-size: 65%;*/
}

.arrowlistmenu ul li a:visited{
/*color: #A70303;*/
color: #d40d15;
/*color: #f48a23;*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
/*background-color: #F3F3F3;*/
text-decoration: underline;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}