.arrowlistmenu {
	width: 100%; /*width of menu*/
	overflow:auto;
	word-wrap: break-word;
}


.arrowlistmenu .headerbar{
	font: 11px Arial ;
	font-weight:bold;
	color: white;
	background: transparent url(img_leftSection/label.jpg) no-repeat bottom left;
	border-bottom:1px solid #AAAAAA;
	margin: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 10px 0 2px 25px; /*header text is indented 10px*/
}

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

.arrowlistmenu ul li {
	padding-bottom: 0px; /*bottom spacing between menu items*/
	padding-bottom /**/: 8px;
	height: 50px;
	vertical-align: middle;
}

.arrowlistmenu ul li a{
	color: #27272e;
	display: block;
	padding: 2px 5px 5px 19px;
	/*padding-left: 19px; /*link text is indented 19px
	padding-right: 5px;*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #AAAAAA;
	font-size: 10px;
	height: 50px;
}

.arrowlistmenu ul li a span{
	display: block;
	margin-left: 50px;
	margin-top: 3px;
}

.arrowlistmenu ul li a img{
	display: block;
	float: left;
	border: 1px solid #444444;
	width: 44px; 
	height: 44px;
	margin-top: 3px;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color:#475d6b;
	text-decoration:underline;
	background-color: #F3F3F3;
}

.arrowlistmenu-puntato{
	width: 200px; /*width of menu*/
	overflow:hidden;
	word-wrap: break-word;
}

.arrowlistmenu-puntato .headerbar{
	font: 11px Arial ;
	font-weight:bold;
	color: white;
	background: transparent url(img_leftSection/label.jpg) no-repeat bottom left;
	border-bottom:1px solid #AAAAAA;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 10px 0 2px 25px; /*header text is indented 10px*/
}

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

.arrowlistmenu-puntato ul li {
	padding-bottom: 0px; /*bottom spacing between menu items*/
	margin-bottom /**/:8px;
	height: 13px;
}

.arrowlistmenu-puntato ul li a {
	color: #27272e;
	display: block;
	padding: 2px 5px 5px 25px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #999999;
	font-size: 10px;
	background: #CCCCCC url(img_leftSection/li.gif) 10px no-repeat;
	height: 13px;
}

.link-list a {
	padding-top: 10px;
}

.arrowlistmenu-puntato ul li a:visited{
	color: #27272e;
}

.arrowlistmenu-puntato ul li a:hover{ /*hover state CSS*/
	color:#475d6b;
	text-decoration:underline;
	background: #F3F3F3 url(img_leftSection/li_over.gif) 11px no-repeat;
}

.links{
	width: 100%; /*width of menu*/
	left: 0;
	word-wrap: break-word;
	text-align: center;
}

.links .headerbar{
	font: 11px Arial ;
	font-weight:bold;
	color: white;
	background: transparent url(img_leftSection/label.jpg) no-repeat bottom left;
	border-bottom:1px solid #AAAAAA;
	margin: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-align: left;
	padding: 10px 0 2px 25px; /*header text is indented 10px*/
}

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

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

.links ul li a{
	color: #27272e;
	display: block;
	padding-top: 0px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #AAAAAA;
	font-size: 10px;
}

.links ul li a:visited{
	color: #27272e;
}

.links ul li a:hover{ /*hover state CSS*/
	color:#475d6b;
	text-decoration:underline;
	background-color: #F3F3F3;
}

