.arrowlistmenu{
width: 296px;
text-align:left;
}
.h3{ margin:0px;}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
vertical-align:middle; 
padding:6px 0px 2px 16px;
color: #fff;
height:24px;
background: url(../images/titlebar.jpg);
background-repeat:repeat-x;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
cursor: pointer;
}

.arrowlistmenu .menuheader a{
text-decoration:none; 
color: #000000;
 }


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.jpg);
color:#FFFFFF;
padding:6px 0px 0px 16px;
text-decoration:none; 
}
.arrowlistmenu .openheader a{ /*CSS class to apply to expandable header when it's expanded*/
text-decoration:none; 
color: #ffffff;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
background-image:url(../images/ul1.jpg);
background-repeat:no-repeat;
margin: 0;
margin-bottom:5px;
padding: 10px 14px 10px 14px;
height:165px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:13px;
color:#000000 /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 19px; /*link text is indented 19px*/
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}





.arrowlistmenu1{
width: 601px;
text-align:left;
}
.arrowlistmenu1 .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
vertical-align:middle; 
padding:6px 0px 2px 16px;
color: #fff;
height:24px;
background: url(../images/titlebar.jpg);
background-repeat:no-repeat;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
cursor: pointer;
}

.arrowlistmenu1 .menuheader a{
text-decoration:none; 
color: #000000;
 }


.arrowlistmenu1 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active-new.jpg);
color:#FFFFFF;
padding:6px 0px 0px 16px;
text-decoration:none; 
}
.arrowlistmenu1 .openheader a{ /*CSS class to apply to expandable header when it's expanded*/
text-decoration:none; 
color: #ffffff;
}

.arrowlistmenu1 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
background-image:url(../images/ul2.jpg);
background-repeat:no-repeat;
background-position:left bottom;
margin: 0;
margin-bottom:5px;
padding: 10px 14px 10px 14px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:13px;
color:#000000 /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu1 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu1 ul li a{
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 19px; /*link text is indented 19px*/
}

.arrowlistmenu1 ul li a:visited{
color: #A70303;
}

.arrowlistmenu1 ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.tabnewinActive{
	background:url(../images/tabinactive.jpg) left top no-repeat;
	width:299px;
	height:48px;
}
.tabnewActive{
	background:url(../images/tabactive.jpg) left top no-repeat;
	width:299px;
	height:48px;
}
.noDisplay{
	display:none;
}
