 /*PESTANYA MENU ESQUERRA: SOLUCIONS*/
/*******************************************************************/

#tabsmenu {
border-bottom:1px solid #ff6600;
}

.tabs{
float:left;
width:100%;
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:normal;
border-bottom: 1px solid #ff6600;/*Add border strip to bottom of menu*/

}

.tabs ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.tabs li{
display:inline;
margin:0;
padding:0;
}

.tabs a{
float:left;
background:url(../img/alpitab-left.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.tabs a span{
float:left;
display:block;
background:url(../img/alpitab.gif) no-repeat right top;
padding: 4px 25px 2px 16px;
font-weight:normal;
color:#ff6600; /*color del text dels links*/
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
/* End IE5-Mac hack */

.tabs a:hover span {
color: #999999;
}


 /*PESTANYES MENU DRETA: ALPI, DISTRIBUIDORS...*/
/*******************************************************************/

#tabsmenu2 {
border-bottom:1px solid #ff6600;
}

.tabs2{
float:right;
width:100%;
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:normal;/*Add border strip to bottom of menu*/

}

.tabs2 ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.tabs2 li{
display:inline;
margin:0;
padding:0;
}

.tabs2 a{
float:right;
background:url(../img/alpitab-left.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.tabs2 a span{
float:right;
display:block;
background:url(../img/alpitab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:normal;
color:#ff6600; /*color del text dels links*/
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs2 a span {float:none;}
/* End IE5-Mac hack */

.tabs2 a:hover span {
color: #999999;
}


 /*DESPLEGABLE*/
/*******************************************************************/

.dropmenudiv_d{
position:absolute;
text-align:left;
top: 0;
border: 1px solid #999999; /*linees que delimiten verticalment el desplegable*/
/*border-width: 0 1px;*/
border-width: 1px 1px 0 1px;
font:normal 11px Verdana;
line-height:18px;
z-index:1000;
background-color: white;
visibility: 50%;
width: 150px;
visibility: hidden;
}


.dropmenudiv_d a{
text-align:left;
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #999999; /*linees que divideixen els links del desplegable*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color:#ff6600; 
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #eeeaea; /*color del hover del desplegable*/
}

.home h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
