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: 58px;
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;*/
/*
        width:194px;
	height:40px;
	background-image:url(Img/titlebar.png);
	background-repeat:no-repeat;
        cursor: pointer;
	color:#FFFFFF;
	font-size:13px;
	text-align:right;
	padding-right:35px;
        padding-top: 20px;
        font-weight: normal;
*/
/*
        width:194px;
	height:30px;
	background-image:url(Img/titlebar.png);
	background-repeat:no-repeat;
        background-position: 0 -12px;
        cursor: pointer;
	color:#FFFFFF;
	font-size:13px;
	text-align:right;
	padding-right:35px;
        padding-top: 4px;
        font-weight: normal;
*/
height: 40px;
font: 13px Verdana;
color: #fff;
background: url(Img/titlebar.png);
background-repeat: no-repeat;
background-position: 0 1px;
padding: 0px 0px 0px 10px; /*header text is indented 10px*/

cursor: pointer;
line-height: 34px;
text-align: left;
}

.arrowlistmenu2 .menuheader{
/*height: 58px;
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*/

height: 35px;
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: pointer;
line-height: 35px;
text-align:left;
}

.arrowlistmenu3 .menuheader{
height: 58px;
font: bold 13px Verdana;
color: #3b475a;
background: url(Img/titlebar2-active.png);
background-repeat: no-repeat;
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: normal;
background: #f9f9f9 url(Img/bullet_plus.gif) no-repeat center left; /*custom bullet list image*/
margin-left: 10px;
margin-right: 20px;
}

.arrowlistmenu ul li .closedsubheader, .arrowlistmenu2 ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
font-weight: normal;
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 10px;

}

.arrowlistmenu ul li a:visited, .arrowlistmenu2 ul li a:visited{
color: #A70303;
margin-left: 10px;
margin-right: 20px;
}

.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;
}

