﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/******************
* UL PRMIER NIVEL *
*******************/
/* ul primer nivel definiendo caracteristicas generales*/
.PrettyMenu ul.AspNet-Menu
{   
	background-image:url(Back.png);
	background-repeat:repeat-x;	
	height:32px;		
}
/* li dentro de ul primer nivel definiendo letra de todo el menu y el tamaño de li en ul principal*/
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren
{	
	width: 120px;	
	text-align: center;
	font:normal 12px 'Trebuchet MS','Arial';
	padding: 7px;	
}
/* li dentro de ul primer nivel definiendo color letra */
.PrettyMenu ul.AspNet-Menu li a,
.PrettyMenu ul.AspNet-Menu li span
{	
    color: black;    
    text-decoration: none;
}
/* li dentro de ul primer nivel definiendo estilo li con nodos hijos */
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren span
{	
    border-bottom: 0;
    background: transparent url(bullet_arrow_down.png) right center no-repeat;    
}
/* li dentro de ul primer nivel definiendo estilo hover*/
.PrettyMenu ul.AspNet-Menu li:hover
{
	background:url(BtnBack.png) no-repeat center;
}
/* li dentro de ul primer nivel definiendo estilo hover li con nodos hijos */
/*.PrettyMenu ul.AspNet-Menu li span:hover*/
/*.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren:hover
{	
    border-bottom: 0;
    background: transparent url(bullet_arrow_down2.png) right center no-repeat;    
}*/

/*******************
* UL SEGUNDO NIVEL *
********************/
/* ul segundo nivel definiendo caracteristicas generales*/
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren ul 
{	
	width: 200px;				
	background-color:white; 
    border:1px solid #cccccc;   
    margin: 7px ;
    position: absolute;
    left: 0px;
    top: 25px;
}
/* li dentro de ul segundo nivel definiendo letra*/
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren ul li.AspNet-Menu-Leaf a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren ul li.AspNet-Menu-WithChildren a
{			   
    color: black;    
    text-align: left;          
} 
 /* li dentro de ul segundo nivel definiendo tamaño de las listas y eliminando las imagenes de fondo */
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren ul li
{	
	width: 185px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 7px;	
	background: none;				
}
/* li dentro de ul segundo nivel  eliminando las imagenes de fondo en evento hover*/ 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren ul li:hover
{	
	background: none;				
}
 /* li dentro de ul segundo nivel definiendo estilo hover*/
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren ul li.AspNet-Menu-Leaf a:hover,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren ul li.AspNet-Menu-WithChildren a:hover
{	
	background-color: #D7EDF3;
	background: none;	
	color: #FF0000;
	font:normal 12px 'Trebuchet MS','Arial';				
}
 /* li dentro de ul segundo nivel con nodos hijos */
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren ul li.AspNet-Menu-WithChildren
{
	border-bottom: 0;
    background: transparent url(rightarrow.png) right center no-repeat; 
}
 /* li dentro de ul segundo nivel con nodos hijos estilo hover */
pNet-Menu-WithChildren:hover
{
	border-bottom: 0;
    background: transparent url(rightarrow.png) right center no-repeat; 
}
/******************
* UL TERCER NIVEL *
*******************/
 /* li dentro de ul segundo nivel con nodos hijos */
/******************
* UL TERCER NIVEL *
*******************/
 /* li dentro de ul segundo nivel con nodos hijos */
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren ul li.AspNet-Menu-WithChildren ul
{
	position: absolute;
    left: 190px;
    top: 0px;   
}






