/*
Azul #004B84
gris #BAB9B8
gris mes fosc #999999
*/

.xxxxxxxxxxxMENU_TOP{}

.menu_off {
	margin: 0 0 0 0;
	padding: 0px 10px 0px 10px;
	background-color:#CC0000;
}

.menu_off a{
	font-size:12px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}

.menu_off a:hover{
	text-decoration: none;
	color: #ccc;
}

.menu_on {
	margin: 0 0 0 0;
	padding: 0px 10px 0px 10px;
	background-color:#FFFFFF;
	/*background-image:url(../IMAGES/BACK/back_center_menu_top_selected.jpg);*/
}

.menu_on a{
	font-size:12px;
	font-weight:bold;
	color: #cc0000;
	text-decoration: none;
}

.submenu_off {
	font-size:12px;
	font-weight:bold;
	padding: 4px;
	text-align:left;
	color:#222222;
}

.submenu_off a{
	text-decoration: none;
	color:#222222;
}

.submenu_off a:hover{
	text-decoration: none;
	color: #666666;
}

.submenu_on {
	font-size:12px;
	font-weight:bold;
	padding: 6px;
	text-align:left;
	color:#222222;
	background-color:#EEEEEE;
}

.submenu_on a{
	text-decoration: none;
	color:#222222;
}

.submenu_on a:hover{
	text-decoration: none;
	color: #666666;
}