/*///////////////////////////////////////////////////////////////////
Menú

Estilos usados para el menú de la web, normalmente situado dentro
de la columna izquierda.
///////////////////////////////////////////////////////////////////*/

#menu { padding-top:5px;  width:160px; }

/*Estilos usados en caso de que el menú esté cotenido en un diseño de caja*/

div.box_menu {background: url(../images/backgrounds/bg_menu.gif) top right repeat-y; }
div.box_menu_top {  background: url(../images/backgrounds/bg_menu_top.gif) top right no-repeat;}
div.box_menu_bottom { background: url(../images/backgrounds/bg_menu_bottom.gif) top right no-repeat;}

/*Encabezado del menú*/

div#menu div.menu_title_main {display:none;}

div#menu ul {margin: 0; padding: 0; list-style: none;}
div#menu ul li {}

div#menu ul li a {
	background:url(/themes/default/images/bg_menu_.gif) repeat-x bottom left ;  
	display: block; 
	height: 16px; 
	color: white; 
	font-size: 10px; 
	font-weight: bold; 
	padding: 0; 
	margin:0 0 0 15px;
}
div#menu ul li a:hover {
	color: #ff0066; 
}
div#menu ul li a.selected{
	background:url(/themes/default/images/bg_menu_a.gif) no-repeat top left; 
	height: 31px; 
	padding: 8px 0 0 18px; 
	margin:0;
}
div#menu ul li a.selected:hover{
	background:url(/themes/default/images/bg_menu_a.gif) no-repeat top left; 
	display: block; 
	height: 31px; 
	color: white; 
	font-size: 10px; 
	font-weight: bold; 
	padding: 8px 0 0 18px; 
	margin:0;
}

div#menu ul li ul {}

div#menu ul li ul li {}

div#menu ul li ul li a { 
	background: url(../images/submenu_bg.gif) left center no-repeat; 
	margin:0 0 0 15px; 
	font-weight: normal;
	height:24px; 
	padding: 3px  0 3px 19px;
}
div#menu ul li ul li a:hover { 
	background: url(../images/submenu_bg.gif) left center no-repeat; 
	margin:0 0 0 15px; 
	font-weight: normal;
	height:24px; 
	padding: 3px  0 3px 19px;
}
div#menu ul li ul li a.selected { 
	background: url(../images/submenu_bg.gif) left center no-repeat; 
	margin:0 0 0 15px; 
	font-weight: normal;
	height:24px; 
	padding: 3px  0 3px 19px;
}
div#menu ul li ul li a.selected:hover {
	background: url(../images/submenu_bg.gif) left center no-repeat; 
	margin:0 0 0 15px; 
	font-weight: normal;
	height:24px; 
	padding: 3px  0 3px 19px;
}