/*
 * Menu container settings
 * Applies to the first level menu container
 */
.menu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.menu ul {
	
}

/*
 * specific to menu skin only
 * Applies to third (or more) level menu containers
 */
.menu ul ul {
	font-weight:normal;

}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.menu li.torroella{
	background-color: #d85c12;
	background-image: url(../images/2007/head.torroella.arrow.jpg);
	background-position: top right;
	background-repeat: no-repeat;	
	margin-right: 20px;
	width:300px;
}

.menu li.estartit{
	background-color: #2db0d2;
	background-image: url(../images/2007/head.estartit.arrow.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin-right: 20px;
	width:300px;
}

.menu li.medes{
	background-color: #30a3a6;
	background-image: url(../images/2007/head.medes.arrow.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	display:block;
	width:300px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.menu li.torroella ul li {
	border:0px;
	color:#FFFFFF;
	width:272px;
	background:#d85c12;
	border-bottom: 1px solid #e59260;
}

.menu li.estartit ul li {
	border:0px;
	color:#FFFFFF;
	width:272px;
	background:#2db0d2;
	border-bottom: 1px solid #72cae1;
}

.menu li.medes ul li {
	border:0px;
	color:#FFFFFF;
	width:272px;
	background:#30a3a6;
	border-bottom: 1px solid #74c1c3;
}

/*
 * specific to menu skin only
 * Applies to third (or more) level menu items
 */
.menu ul ul li {
	border:0px;
	color:#FFFFFF;
	width:300px;
	background:#FF6600;
}


/*
 * specific to menu skin only
 * Applies to the first item of third (or more) level
 */
.menu ul li.first {

}

/*
 * specific to menu skin only
 * Applies to the last item of third (or more) level
 */
.menu ul li.last {

}




/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.menu a {
	text-decoration: none;
	padding:4px;
	color:#FFFFFF;
}

.menu li.hover {

}
.menu a.hover {
	color:#FFFFFF;
	text-decoration:none;
}

.menu ul{

}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.menu ul a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border:0px;
	text-align: left;
	line-height:normal;
	background-image:none;
	padding-right:0px;
}


/*
 * specific to menu skin only
 * Applies to links located in the third (or more) level menu items
 */
.menu ul ul a {
	border: 0px;
	padding:4px;
	background-image:none;
}

/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.menu li.selected {

}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.menu ul li.selected {

}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.menu a.selected {
}


/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.menu ul a.selected {

}


/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.menu li.hover {
	/*background-color: #FF9900 !important;*/

}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
 
.menu li.torroella ul li.hover,  .menu li.torroella ul a.hover{
	background-color: #E59260;
	color:#FFFFFF;
}

.menu li.estartit ul li.hover,  .menu li.estartit ul a.hover{
	background-color: #72CAE1;
	color:#FFFFFF;
}
.menu li.medes ul li.hover,  .menu li.medes ul a.hover{
	background-color: #74C1C3;
	color:#FFFFFF;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.menu a.hover {
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.menu ul a.hover {

}


/*
 * specific to menu skin only
 * Applies to third (or more) level menu items
 */
.menu ul ul li.hover {

}

/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.menu ul .arrow {
	/*background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.menu .hover ul .arrow,
.menu ul .arrow {

}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.menu .hover .arrow {


}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.menu ul .hover .arrow {
	/*background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	*/
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
	float:left;
	position:relative;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
	width:auto;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
