/* CSS Document */
.arrowlistmenu{
width: 195px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 900 1.1em/1.2em Arial;
	color: #E8E8E8;
	background: #C80002 url(../imagenes/comunes2/titlebar.png) repeat-x left center;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 8px 0 8px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../imagenes/comunes2/titlebar-active.png);
}
.categoryitems .sub {
		color: #333333;
	background: url(../imgx/imagenes/comunes2/veladura/20negro.png) repeat left top; /*custom bullet list image*/
	display: block;
	padding: 2px 0 2px 7px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: 900;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}


.arrowlistmenu 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*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #AC230F;
	background: url(../imagenes/comunes2/arrowbullet.png) no-repeat left 2px; /*custom bullet list image*/
	display: block;
	padding: 4px 7px 4px 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #74170A;
background-color: #E1E1E1;
}
.categoryitems .sub a {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #333333;
	width: 100%;
	height: 100%;
	list-style-type: none;
}
.categoryitems .sub a:hover {
	text-decoration: underline;
	color: #333333;
	background-image: url(../imgx/imagenes/comunes2/veladura/20negro.png);
}
.text {
	color: #AC230F;
	background: url(../imagenes/comunes2/arrowbullet.png) no-repeat left 2px; /*custom bullet list image*/
	display: block;
	padding: 4px 7px 4px 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
