/* CSS menus */
#solapa { /* capa per posar ela solapa superior esquerra*/
	position: absolute;
	left: 0px;
	background: #d84f00;
	width: 5px;
	height: 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#solapaGran { /* capa per posar el quadre de la cantonada superior dreta */
	background: #e4844d;
	width: 69px;
	height: 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin: 10px 0px 0px -1px;	
}

.subMenuOcult{

padding:5px;
background-color: #fff;
border: 1px solid #1186ce;

}

#taulaMenu{
	width: 100%;
	height: 100%;
}
#taulaMenu td{
}
#taulaMenuB{
	color:#333333;
	width: 100%;
	height: 100%;
}
#taulaMenuB .td{
}
#zonaText{
	width: 100%;
	border-left: 1px solid #6699cc;
}
#zonaText .td{
	padding: 4px;
}

#zonaTextIntranet{
	width: 100%;
	border-left: 1px solid #d84f00;
}
#margeMenu{
	background: #e4844d;
	width: 3px;
}
#zonaMenu { /* contenidor general dels menus */
	color: #000;
    width: 158px; /*width - 1 px de padding*/
	padding: 0px 0px 0px 0px;
	background: url(/img/pixBlanc.gif) repeat-y right	;
	/*padding-top: 141px;*/
}
#marge { /* contenidor general dels menus */
}
#menu{
	width: 157px;
/*	line-height: 0.2em;*/	
}
#zonaMenu .titol{
    background: url("/img/web/submenuFons.png") no-repeat scroll 0 0 #E6E6E6;
    border-top: 0 none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.30em;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 15px 0 0 3px;
    text-transform: uppercase;
    width: 157px;
    border-bottom: 1px dashed #333333;
}
#zonaMenu .titol a{
    color: #6489A0;
}
#zonaMenu .opcions{
	list-style: none;
	list-style-position: outside;
	margin: 3px 0px 5px 0px;
}

#zonaMenu .opcions > p {
    background: url("/img/web/fletxaGo.gif") no-repeat scroll left top transparent;
    line-height: 1.5em;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 5px 20px;
    border-bottom: 1px dashed #333333;
}
#zonaMenu p{
	padding: 0px 5px 0px 12px;
	line-height: 1.2em;
	margin: 5px 0px 0px 0px;
}

#zonaMenu .submenu{
	margin: 0px 0px 0px -2px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 1px 1px 1px 0px;
	/*line-height: 2em;*/
}
#zonaMenu .submenuText{
	margin: 0px 0px 0px 12px;
	padding: 0px;
	line-height: 0.1em;
	background-color: #F8F8F8 !important
}

#zonaMenu .submenuText p {
    background: url("/img/web/quadret.gif") no-repeat scroll left 1px transparent !important;
    border-bottom: medium none;
    line-height: 1.5em;
    list-style-type: none;
    margin: 5px 1px;
    padding: 0 0 0 10px;
}

#zonaMenu .mes{
	/*background: url(/img/fletxaMenu.gif) no-repeat right;*/
	padding-right: 5px;
}
#zonaMenu .mesDesp{
	/* background: url(/img/fletxaMenuDesp.gif) no-repeat right;*/
	padding-right: 7px;
}
.subSelected{
	/* background:  url(/img/fletxaSubMenu.gif) no-repeat left; */
}
.selected{
	/* background: url(/img/fletxaSelected.gif) no-repeat left; */
}
.disabled{
    font-style: italic;
    -moz-opacity:0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
}
#zonaMenu .opcions a {
	text-decoration: none;
	color: #000;
 /*	display:inline-block; */
}
#zonaMenu .opcions a:link {color: #007DCC;}
#zonaMenu .opcions a:visited {color:#007DCC;}
#zonaMenu .opcions a:hover {
	color: #8f0a0a;
	text-decoration: none;
}

