	 .menu {
		border-top-color : #FBFBFB;
		border-top-style : solid;
		border-top-width : 1px;
		border-bottom-color : #DCDCD3;
		border-bottom-style : solid;
		border-bottom-width : 1px;
		color : #666;
		font : 11px Arial, Helvetica, sans-serif;
		width : 173px;
		height : 18px;
		padding: 6px 0 0 25px;
		background-image : url(../img/home/fondo_menus.gif);
		background-repeat : no-repeat;
		background-position : left;
		cursor : pointer;
	}			

	 .m_on {
		color : #FFF;
		background-image : url(../img/home/fondo_menus_on.gif);
		background-repeat : no-repeat;
		background-position : left;
		background-color : #E60003;
		cursor : default;
	}			

	 .submenu .sub {
		border-top-color : #FBFBFB;
		border-top-style : solid;
		border-top-width : 1px;
		border-bottom-color : #DCDCD3;
		border-bottom-style : solid;
		border-bottom-width : 1px;
		background-color : #FFF;
		color : #666;
		font : 10px Arial, Helvetica, sans-serif;
		width : 158px;
		height : 18px;
		padding: 5px 0 0 40px;
		background-image : url(../img/home/fondo_subs.gif);
		background-repeat : no-repeat;
		background-position : left;	
		cursor : pointer;
	}				

	 .submenu .s_on {
		background-color : #666;
		color : #FFF;
		cursor : default;
	}				
	

