/** Estilos del menu */
<!--
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:161px;
	//width:151px;
} 

.primero {
	position: relative;
	width:151px;
	//width:151px;
	border: 1px solid #ffffff;
	background: #a90034; 
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

ul li strong a{
	position: relative;
	width:151px;
	//width:150px;
	height:auto;
	border: 1px solid #ffffff;
	background: #a90034; 
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* DIFERENTE ANCHO */
ul li ul li strong a{
    display:block;
	text-decoration: none;
	color: #000000;
	background: #F3E5E5 ; 
	height:auto;
	//height:1em;
	/*padding:1px;*/
	//padding:3px;
	width:143px; /***/
	//width:149px;
	/*border:none; */
	/*border-right: 1 solid #a90034;
	border-left: 1 solid #a90034;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

ul li ul li ul li a {
    display:block;
	text-decoration: none;
	color: red;
	background: #F3E5E5 ; 
	line-height:1em;
	height:auto;
	//height:1em;	
	padding:1px;
	width:159px;
	//width:151px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*border-right: 1 solid #a90034;
    border-left: 1 solid #a90034;*/
}

/* keep folowing styles together..........................*/

* html ul ul {
	margin-left:-3px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
* html ul li {float:left;/* hide float from ie5*/}
* html ul ul {
	width:161px;
	//width:151px;	
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
* html ul ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/
ul li a {
	display:block;
	text-decoration: none;
	color: #000000;
	background: #F3E5E5 ; 
	line-height:1em;
	height:auto;
	//height:1em;	
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	//width:151px;
	/*border-right: 1 solid #a90034;
	border-left: 1 solid #a90034;*/
	
}

li ul li strong{
 display:block;
	text-decoration: none;
	color: #000000;
	background: #F3E5E5 ; 
	height:auto;
	//height:1em;	
	padding:1px;
	/*font-weight:bold;*/
	width:159px; /**/
	//width:151px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*border-right: 1 solid #a90034;
	border-left: 1 solid #a90034;*/
}

li ul li strong a{
    display:block;
	text-decoration: none;
	color: #000000;
	background: #F3E5E5 ; 
	height:auto;
	//height:1em;	
	padding:5px;
	width:162px;
	//width:151px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
