.arrowlistmenu{
	width: 400px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(titlebar.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	color: #000000;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0; /*bottom spacing between each UL and rest of content*/
}


.arrowlistmenu ul li a{
	color: #000000;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 3px 3px 0px 0px;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 0px solid #dadada;
	background: white;
}

.arrowlistmenu ul li a:visited{
	color: #663366;
}

.margin_left, #responsabilidad td a, #medioambiente td a, #clientes td a, #empleados td a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

.margin_left {
	padding-left: 20px;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #6699CC;
	background-color: #F3F3F3;
}
.arrowlistmenu {width: 430px; /*width of accordion menu*/}

.tablaMesa {
 width:430px;
 height:25px;
 border: 0;
 padding: 0px;
 /*cellspacing="0"*/
 background-color:#FFFFFF;
}

