ul.sf-vertical{
	margin:0;padding:0;
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
ul.sf-vertical li{
	background-image:url('/css/img/menu_bton_3.jpg');
	width:200px;
	height:32px; /* altura imagen - padding-top */
	padding-top:7px;
	margin:0;
	
	font-size:12px;
	background-repeat:no-repeat;
	text-align:center;
	text-transform:uppercase;
}
ul.sf-vertical li li,
ul.sf-vertical li li:hover,
ul.sf-vertical li li:active{
	width:176px;
	margin:0;
	background-color:#EEC04A;
	border-bottom:2px solid #FFFFFF;
	color:#000000;
	font-size:13px;
	text-transform:none;
	text-decoration:none;
	padding:5px 0px 5px 20px;
	height:auto;
	text-align:left;
	font-family:Tahoma;
}
/*
ul.sf-vertical li li li{
	width:176px;
	left:50px;
}
*/
.sf-vertical a {
	text-decoration:none;
	text-transform:uppercase;
}
.sf-vertical a:hover {text-decoration:none;}

.sf-vertical a, .sf-vertical a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#000000;
}

.sf-vertical li li a, .sf-vertical li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#000000;
	text-transform:none;
	font-weight:bold;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	/*width:	10em;*/
	margin-left:0;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	190px; /* match ul width */
	/*top:	5px;*/
}
.sf-vertical li li.sfHover ul{
	margin-left:0;
	left:	160px; /* match ul width */
	/*top:	5px;*/
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}