
.arrowlistmenu{
width: 663px; /*width of accordion menu*/
text-align:justify;
}
.arrowlistmenu img{
	padding:0 10px;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:verdana;
color:#8F918C;
font-size:12px;
background:url(../img/close-tab1n.gif) no-repeat right;

margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 5px 2px 5px 10px; /*header text is indented 10px*/
cursor: pointer;
}

.arrowlistmenu1{
width: 610px; /*width of accordion menu*/
text-align:justify;}

.arrowlistmenu1 .menuheader1{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:verdana;
color:#8F918C;
font-size:12px;
background:url(../img/close-tab1n.gif) no-repeat right;

margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 5px 2px 5px 10px; /*header text is indented 10px*/
cursor: pointer;
}

.arrowlistmenu1 .openheader1{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../img/open-tab1n.gif) no-repeat right;

font-family:verdana;
color:#69AB02;
font-size:12px;
padding-left:10px;
}

h3{ margin:0px; padding:0px;}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../img/open-tab1n.gif) no-repeat right;

font-family:verdana;
color:#69AB02;
font-size:12px;
padding-left:10px;
}

.categoryitems1{padding:5px 5px 10px 5px; border:1px solid #DFE1E3; background:#ffffff url(../img/tab-back.gif) repeat-x;}

