.arrowlistmenu{
width: 506px; /*width of accordion menu*/
height:auto;
overflow:hidden;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 16px Arial;
color: #595959;
background: #FFFFFF url(more.gif) no-repeat right;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding-top: 20px;
padding-bottom: 20px;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
/*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border-top:1px solid #C0C0C0;
}

.arrowlistmenu h3 {
	margin:0px;
	padding:0px 0px 0px 20px;
	}
	
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #EAEAEA url(close.gif) no-repeat right;
border-bottom:1px solid #C0C0C0;
border-left:1px solid #C0C0C0;
border-right:1px solid #C0C0C0;
padding-bottom: 20px;
}

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

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li{
color: #595959;
font-family:Arial, Helvetica, sans-serif;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0px;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;
font-size: 16px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
.arrowlistmenu ul li big{
font-weight:normal;
font-size: 16px;
}
.arrowlistmenu ul li big a:visited{
color: #0069A3;
}
.arrowlistmenu ul li big a:hover{ /*hover state CSS*/
color: #A70303;
background:#ffffff;
}

.arrowlistmenu2{
width: 370px; /*width of accordion menu*/
height:auto;
overflow:hidden;
}

.arrowlistmenu2 .menuheader2{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: #000000;
background: #FFFFFF url(more.gif) no-repeat right;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding-top: 3px;
padding-bottom: 3px;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
cursor: hand;
cursor: pointer;
border-top:1px solid #FFFFFF;

}

.arrowlistmenu2 h3 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 5px;
	}
	
.arrowlistmenu2 .openheader2{ /*CSS class to apply to expandable header when it's expanded*/
background: #EAEAEA url(close.gif) no-repeat right;
border-bottom:1px solid #DADADA;
border-left:1px solid #DADADA;
border-right:1px solid #DADADA;
border-top: 1px solid #DADADA;
}

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

.arrowlistmenu2 ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu2 ul li{
color: #000000;
font-family:Arial, Helvetica, sans-serif;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0px;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #DADADA;
font-size: 12px;
}

.arrowlistmenu2 ul li a:visited{
color: #A70303;
}

.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}














.CustomerTesti{
width: 506px; /*width of accordion menu*/
height:auto;
overflow:hidden;
text-decoration:none;
}

.CustomerTesti .CustHeader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 16px Arial;
color: #333333;
background: #F5F5F5 url(open.gif) no-repeat right;
margin-top: 0;
padding:10px 10px 10px 10px;
cursor: hand;
cursor: pointer;
text-decoration:none;
}

.CustomerTesti h3 {
margin:0px;
padding:0px 0px 0px 20px;
text-align:left;
text-decoration:none;
	}
	
.CustomerTesti .CustOpen{ /*CSS class to apply to expandable header when it's expanded*/
background: #F5F5F5 url(close2.gif) no-repeat right;
text-decoration:none;
}

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

.CustomerTesti ul{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.CustomerTesti ul li{
color: #595959;
font-family:Arial, Helvetica, sans-serif;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
text-decoration: none;
font-weight: normal;
font-size: 16px;
border-bottom:1px solid #DCDCDC;
}

.CustomerTesti ul li a:visited{
color: #A70303;
}

.CustomerTesti ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
.dot {
margin:0 auto;
}
.dot ul{
list-style-type:disc;
}
.dot ul li{
list-style-type:disc;
list-style:disc;
border:none;
}