/* common styling */
/*.menu1{
font-family: verdana, arial, sans-serif; width:65px; height:15px; position:relative; font-size:10px; margin:1px 0; background:#eee; padding:1px 1px 1px 1px; border:1px solid #888;
}*/
.menu1{
font-family: verdana, arial, sans-serif; 
width:25px; 
height:20px; 
position:relative; 
font-size:10px; 
}
* html .menu1  {width:25px; w\idth:25px;}

.menu1 ul {
padding:0; 
margin:0; 
list-style-type: none;
}
.menu1 ul li ul {
visibility:hidden; 
position:absolute; 
height:0; 
overflow:hidden; 
top:-1px; 
left:35px;
}
.menu1 ul li {
float:left; 
position:relative;
}
.menu1 ul li a, .menu1 ul li a:visited {
display:block; 
float:left; 
text-decoration:none; 
color:#003399; 
width:35px; 
height:20px; 
line-height:20px; 
font-size:10px; 
background:transparent; 
padding-left:2px;
}
* html .menu1 ul li a, .menu1 ul li a:visited {width:35px; w\idth:35px;}

.menu1 ul li.products {background:url(products.gif) no-repeat right; }

.menu1 ul li ul li.subprod1 {background:url(subprod1.gif) no-repeat;}
.menu1 ul li ul li.subprod3 {background:url(subprod3.gif) no-repeat;}
.menu1 ul li ul li.subprod2 {background:url(subprod2.gif) no-repeat;}

.menu1 table {
border-collapse:collapse; 
border:0; 
margin:-1px; 
padding:0; 
font-size:1em;
}

.menu1 ul li:hover a,
.menu1 ul li a:hover{
text-decoration:underline; 
border:0;
}
/*  Caixa que apareix quan passes per sobre del link inicial ================================================*/
.menu1 ul li:hover ul,
.menu1 ul li a:hover ul {
visibility:visible; 
position:absolute; 
width:225px; 
height:auto; 
border:1px solid #003399; 
z-index:10; 
background:#f8f8f8; 
overflow:visible;
}
.menu1 ul li:hover ul li a,
.menu1 ul li a:hover ul li a{
display:block; 
background:transparent; 
color:#000; 
width:190px; 
line-height:15px; 
padding:5px 0 5px 35px; 
height:auto; 
text-decoration:none;
text-align: left;
}
* html .menu1 ul li a:hover ul li a {width:225px; w\idth:190px;}

.menu1 ul li:hover ul li a:hover, .menu1 ul li a:hover ul li a:hover {
text-decoration:underline; 
border:0;
}
.menu1 ul li:hover ul li ul, .menu1 ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
overflow:hidden; 
top:0; 
left:151px;
}
.menu1 ul li:hover ul li:hover ul,
.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
width:150px; 
height:auto; 
color:#000; 
padding:0; 
border:1px solid #888; 
list-style-type:none; 
background:#eee;
}
.menu1 ul li:hover ul li:hover ul li a,
.menu1 ul li a:hover ul li a:hover ul li a {
display:block; 
width:300px; 
background:transparent; 
color:#000;
}
* html .menu1 ul li a:hover ul li a:hover ul li a {width:150px; w\idth:115px;}

.menu1 ul li:hover ul li:hover ul li a:hover,
.menu1 ul li a:hover ul li a:hover ul li a:hover {
background:#990033; 
text-decoration:underline;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
		width: 700px; /*For KHTML*/
  list-style: none;
  height: 24px;
	padding-top: 12px;
  }

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/

}

/* Root Menu */
ul#navmenu-h a {
	border-top: 1px solid #666;
		/*border: 1px solid #666;*/
		/*border-right-color: #CCC;
		border-bottom-color: #CCC;*/
		padding: 2px 12px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
		background: #36393D;
		color: #999;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
		/*background: #CCC;*/
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
		background: #333;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

/*=====================================================================================================================
    MENU "PRO DROP 4"   per a include ElMenuProd  
=====================================================================================================================*/
.preload1 {background: url(prodrop4/pro_drop4_2a.gif);}
.preload1 {background: url(prodrop4/pro_drop4_2b.gif);}

.prodrop4 {
	padding:10px 0 0 32px; 
	margin:0; 
	list-style:none; 
		height:27px; 
	background:transparent url(prodrop4/pro_drop4_back.gif); 
	position:relative; 
	z-index:500; 
	font-family:arial, verdana, sans-serif;
	float: right;
	}
	
.prodrop4 li.top {
	display:block; 
	float:right;
	}
.prodrop4 li a.top_link {
	display:block; 
	float:left; 
		height:27px; 
	line-height:27px; 
	color:#ccc; 
	text-decoration:none; 
	font-size:10px; 
	font-weight:bold; 
	padding:0 0 0 10px; 
	cursor:pointer;
	background: url(prodrop4/pro_drop4_0a.gif) no-repeat;
	}
	
.prodrop4 li a.top_link span {
	float:left; 
	display:block; 
	padding:0 18px 0 8px; 
		height:27px;
	background:url(prodrop4/pro_drop4_0b.gif) right top;
	}
	
.prodrop4 li a.top_link:hover {
	color:#fff; 
	background: url(prodrop4/pro_drop4_2a.gif) no-repeat; 
	line-height:25px;
	}
	
.prodrop4 li a.top_link:hover span {
	background:url(prodrop4/pro_drop4_2b.gif) no-repeat right top;
	}

.prodrop4 li:hover > a.top_link {
	color:#fff; 
	background: url(prodrop4/pro_drop4_2a.gif) no-repeat; 
	line-height:25px;
	}
.prodrop4 li:hover > a.top_link span {
	background:url(prodrop4/pro_drop4_2b.gif) no-repeat right top;
	}


.prodrop4 table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
	}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.prodrop4 a:hover {
	visibility:visible; 
	position:relative; 
	z-index:200;
	}
.prodrop4 li:hover {
	position:relative; 
	z-index:200;
	}

/* keep the 'next' level invisible by placing it off screen. */
.prodrop4 ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	}

.prodrop4 ul.sub1 {width:160px;}
.prodrop4 ul.sub2 {width:110px;}
.prodrop4 ul.sub3 {width:90px;}
.prodrop4 ul.sub4 {width:112px;}

.prodrop4 :hover ul {   /* LAYER DEL DESPLEGABLE */
	left:0; 
		top:27px; 
		background: #6B727C; 
	padding:3px; 
		border:1px solid #CCCCCC; 
	border-width:0 1px 1px; 
	white-space:nowrap; 
	height:auto; 
	z-index:300;
		text-align: left;
	}
	
.prodrop4 :hover ul li {
	display:block; 
	height:20px; 
	position:relative; 
	font-weight:normal; 
	width:auto;
	}
	
.prodrop4 :hover ul li a {
	display:block; 
	font-size:11px; 
	height:20px; 
	line-height:20px; 
	width:auto; 
	padding:0 10px; 
	color:#fff; 
	text-decoration:none;
	}
	
.prodrop4 :hover ul li a:hover {
		background:#333; 
	color:#fff;
	}
/*========================  FINAL  MENU "PRO DROP 4"   per a include ElMenuProd   =================================================*/

/*=====================================================================================================================
    .MENU    per a include ElMenuProd  
=====================================================================================================================*/
#info {
	height:100px;
	background:#990033; 
	}

/* style the outer div to give it width */
.menu {
width:750px; 
font-size:0.85em;
	padding-bottom:20px;
	float: right;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
/*width:150px;*/
	width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
/*width:150px;*/
	width:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
/*width:139px; */
	width:139px;
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#990033; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#949e7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#949e7c;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


