h3 {
margin: 0px;
}

.arrowlistmenu, .arrowlistmenu2, .arrowlistmenu3{
margin-left:15px;
width: 201px; /*width of accordion menu*/
background: url(Img/menu-bg.png) repeat-y;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
height: 39px;
font: bold 13px Verdana;
color: #3b475a;
background: url(Img/titlebar.png) repeat-x center left;
padding: 0px 0px 0px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
line-height: 37px;
text-align:left;
}

.arrowlistmenu2 .menuheader{
height: 39px;
font: bold 13px Verdana;
color: #3b475a;
background: url(Img/titlebar2.png) repeat-x center left;
padding: 0px 0px 0px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
line-height: 37px;
text-align:left;
}

.arrowlistmenu3 .menuheader{
height: 39px;
font: bold 13px Verdana;
color: #3b475a;
background: url(Img/titlebar2-active.png) repeat-x center left;
padding: 0px 0px 0px 10px; /*header text is indented 10px*/
line-height: 37px;
text-align:left;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(Img/titlebar-active.png);
}

.arrowlistmenu2 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(Img/titlebar2-active.png);
}

.arrowlistmenu ul, .arrowlistmenu2 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li, .arrowlistmenu2 ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
text-align:left;
}

.arrowlistmenu ul li .opensubheader, .arrowlistmenu2 ul li .opensubheader{ /*Open state CSS for sub menu header*/
font-weight: bold;
background: #f9f9f9 url(Img/bullet_plus.gif) no-repeat center left; /*custom bullet list image*/
}

.arrowlistmenu ul li .closedsubheader, .arrowlistmenu2 ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
font-weight: bold;
background: #f2f2f2 url(Img/bullet_minus.gif) no-repeat center left; /*custom bullet list image*/
}

.arrowlistmenu ul li a, .arrowlistmenu2 ul li a{
color: #A70303;
background: url(Img/bullet.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 20px; /*link text is indented 20px*/
text-decoration: none;
border-bottom: 1px dotted #dadada;
margin: 0px 4px 0px 4px;
}

.arrowlistmenu ul li a:visited, .arrowlistmenu2 ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover, .arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
background-color: #f8e6bf;
}

.pub{
margin:5px 10px;
border:0;
width:180px;
}

.menu-bottom{
width: 201px;
height: 5px;
background: url(Img/menu-bottom.png) no-repeat; 
margin-bottom:5px;
}
