/* CSS Document */
.urbangreymenu{	width: 150px; _width: 130px; /*width of menu*/	float: left;	margin-right:10px;	margin-top:-10px; _margin-top:0px;	font: 9pt Arial, Helvetica, sans-serif;	list-style:none;}

.urbangreymenu .headerbar{	
	font-size: 10pt;	color:#ffffff;	background-image:url(../imatges/fons_subtitols.jpg);	
	height:18px; font-weight: normal;	font-family: arial,helvetica,sans-serif;	text-align: left;	/*margin-left: 10px;*/	
	padding-top:2px;	padding-left:10px;	margin-bottom: 0; cursor: hand;	cursor: pointer;}

.urbangreymenu .headerbar a{	text-decoration: none;	font-weight: normal;	color: white;	display: block; }
.urbangreymenu ul{	list-style-type: none;	margin: 0;	padding: 0;	/*height: 18px;*/	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/}
.urbangreymenu ul li{	padding-bottom: 0px; /*bottom spacing between menu items*/}

.urbangreymenu ul li a{	
	font: normal 12px Arial;	background: #E3E3E3; /*#E9E9E9;*/	color:#000000;	display: block;	padding: 8px 0; line-height: 12px; _line-height:8px;
	padding-left: 10px;  _margin-bottom:-15px;/*link text is indented 8px*/	text-decoration: none;
	}
	
.urbangreymenu ul li a:visited{	color: #666666;}
.urbangreymenu ul li a:hover{ /*hover state CSS*/	color: #F39900;	background: #CCCCCC;}
.headerbar2 {	font-size: 10pt;	color:#ffffff;	background-image:url(../imatges/fons_subtitols.jpg);	height:18px;	font-weight: normal;	font-family: arial,helvetica,sans-serif;	text-align: left;	/*margin-left: 10px;*/	padding-top:2px;	padding-left:10px;	margin-bottom: 0;}
.headerbar2 a{	text-decoration: none;	font-weight: normal;	color: white;	display: block;}