#menuIzq
{
	 position: static;	
	 
	 font-family:Tahoma,Geneva,sans-serif;
	font-size:11pt;
	color: #7e7e7e;
}

#menuIzq .yuimenuitemlabel {		
	_zoom: 1;	
}

#menuIzq .yuimenu .yuimenuitemlabel {

	_zoom: normal;

}

#menuIzq .yuimenubar {
	/*background-color: #f6f7ee;*/   
}


#menuIzq .yuimenu {
    
}

#menuIzq .yuimenuitemlabel,
#menuIzq .yuimenubaritemlabel {

	font-size:11px;
	color: #7e7e7e;
    text-decoration: none;

}

#menuIzq .menIzq
{
	padding: 2px 0 2px 25px;
	_padding: 2px 0 2px 12px;
}

#menuIzq .yuimenuitem
{
	border-bottom:1px solid white;
}


#menuIzq .submenu
{
	background: url("imgs/menu/backgroundmenuizqsubmenu.png") repeat-x;
	background-color:#666;
	color:white;
	border:1px solid white;
}

#menuIzq .submenu a
{
	color:white;	
}


/* Selected MenuItem */

#menuIzq .yuimenubaritem-selected,
#menuIzq .yuimenuitem-selected {
    background: url("imgs/menu/backgroundmenuizqsubmenusel.png") repeat-x;
	background-color:#999;
}

#menuIzq .yuimenubaritemlabel-selected,
#menuIzq .yuimenuitemlabel-selected {
    color: white;
}

#menuIzq .yuimenubaritem-hassubmenu-selected {
    background: url("imgs/menu/backgroundmenuizqsubmenusel.png") repeat-x;
	color:red;
}

#menuIzq .yuimenuitem-hassubmenu-selected {
    background: url("imgs/menu/backgroundmenuizqsubmenusel.png") repeat-x;
	color:blue;
}


#menuIzq .yuimenuitem-checked-selected {
    background: url("imgs/menu/backgroundmenuizqsubmenusel.png") repeat-x;
	color:yellow;
}


/* Disabled MenuItem */

#menuIzq .yuimenubaritemlabel-disabled,
#menuIzq .yuimenuitemlabel-disabled {
    cursor: default;
    color: white;
}

#menuIzq .yuimenubaritem-hassubmenu-disabled {
    
}

#menuIzq .yuimenuitem-hassubmenu-disabled {
    
}

#menuIzq .yuimenuitem-checked-disabled {
    
}

