/******************************************************************
HORIZONTAL MENU (menulist)
******************************************************************/
@import "CIMenuHorizontal.css";
/******************************************************************
VERTICAL MENU (menulistVert)
******************************************************************/
/*@import "CIMenuVertical.css";
/* End Hack */


/* *************************************************************
   SBC Custom Colors and settings 
   menu0, propiedades para amabos menus, vertical/horizontal
************************************************************* */
/* PROPIEDAD DEL MENU SUPERIOR */
#menu0 {
   /* text-align: left;  alineacion del texto */
    width: 175px; 
	/*@@ ANCHO DE CADA MENU */	
    padding: 0px;   
	/*border-bottom:1px solid #ffffff;	
	_margin-left:75px;*/
	_float:right;
	
}

/*FORMATO INTERNO DE LOS ENLACES DE LOS MENUS PADRE*/
#menu0 A                       
{ 
		float: left;
	width:150px;
	line-height:55px;
	margin-right:1px

}



/*Sub menu items are BLACK*/
#menu0 li a  { 	color:#999; 
	text-decoration: none;
	color: #6f6f6f;
	font-weight:bold;
	display: block;
	text-align: center;
	text-transform:uppercase;
	background:none;
	padding-left:0;
}
/* ************************************************************* */
#menu0 a:hover { 
	background: url(../../images/template/imgHover.gif) no-repeat top center;
	/*font-weight:bold;*/
	color:#298822
} /* @@ COLOR DEL MENU Y TEXTO AL HACER OVER */

#menu0 .current a{ 
	text-decoration: none;	
	font-weight:bold;
	display: block;
	text-align: center;
	text-transform:uppercase;	
	padding-left:0;
	background: url(../../images/template/imgHover.gif) no-repeat top center;
	/*font-weight:bold;*/
	color:#298822
	}


/* ************************************************************* */

/*************************************************
 File browser options
*************************************************/

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
#browsermenu_fm UL, #browsermenu_go UL {
 visibility: hidden;
 position: absolute;
 top: 3px;
 left: 0;
 width: 170px;
}

#browsermenu_fm UL LI A, #browsermenu_go UL LI A {
 padding: 0;
 margin: 0;
}

#franja_menu
{
  background-color: #FFFFFF; /*@@ Color del fondo de la franja que contiene el menu  */ 
  
}
