

.listmenu{
width: 200px; /*width of accordion menu*/
}
.listmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 12px "Trebuchet MS", Verdana, Tahoma, sans-serif; 
color: white;
background: black url(li2.gif) repeat-x center center;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/

cursor: hand;
cursor: pointer;
}
.listmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
text-align:left;
}
.listmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
padding-left: 3px;
text-align:left;
}
.listmenu ul li a{
font: 12px "Trebuchet MS", Verdana, Tahoma, sans-serif; 
color: #666;
background: url(li2.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 7px 0;
padding-left: 17px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
width: 175px;
text-align:left;
}
.listmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
color: #000;
}



#contenido_home ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
text-align:left;
}
#contenido_home ul li a{
font: 12px "Trebuchet MS", Verdana, Tahoma, sans-serif; 
color: #666;
background: url(li2.gif) no-repeat center left; /*custom bullet list image*/
padding-left: 17px; /*link text is indented 19px*/
text-decoration: none;
text-align:left;
}
#contenido_home ul li a:hover{ /*hover state CSS*/
text-decoration: underline;
}




#contenido ul{ /*CSS for UL of each sub menu*/
list-style-image:url(li2.gif);
margin: 2;
padding: 2;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
text-align:left;
}