
<!--
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
A {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
A:Hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	background-color: #666666;
}

.opcions {
	width: 230px;
	min-height: 200px; height: auto !important; height: 200px;
	border: 2px solid #000000;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	font-size: 80%;
}
.opcions ul {
	width: 230px;
	height: 25px;
	min-height: 200px; height: auto !important; height: 200px;
	list-style-type: none;
	margin: 10px 0px;
	padding: 0px;
}
.opcions ul li {
	width: 225px;
	display: block;
	margin: 0px;
	padding: 1px 0px 1px 5px;
}
.opcions ul li a {
	width: 220px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.opcions ul li a:hover {
	color: #000000;
	background-color: #cccccc;
}
.opcions ul li .opcio2 a {
	width: 100%;
	display: block;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.opcions ul li .opcio2 a:hover {
	color: #ffffff;
	background-color: #cccccc;
}
.opcions .opcio1 {
	font-weight: bold;
}
.opcions .opcio1 a {
	color: #000000;
}
.opcions .opcio2 a {
	width: 210px;
	font-size: 90%;
	margin-left: 10px;
}
.opcions .separador {
	height: 2px;
	margin: 5px;
	border-bottom: 1px dashed #666666;
}

-->

