/* Start of CMSMS style sheet 'unigis' */
#menu_vert, #menu_vert ul
{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.95em; /* Abans W3C 7.5pt; */
	font-weight: bold;
	list-style-type: none;
	width: 100%;
	background-color: #8F278F;
}

/* Applied to all list items within the div named "houseMenuVertical" */
#menu_vert li
{
	display: inline;
	margin: 0;	
	padding: 0;
	width: 100%; /* Abans W3C 150px; */
}

/* Applied to all links. Use "li a" styles below to customize nested links. */

/* ESTRUCTURA  GENERAL DELS MENUS ************************************************************************************* */
#menu_vert li{color:white;}
#menu_vert li a
{
	padding-right: 0.32em; /* Abans W3C 3px;*/
	padding-bottom: 0.60em; /* Abans W3C 3px;*/
	padding-top: 0.60em; /* Abans W3C 3px;*/
	color: #ffffff;
	border-bottom: 0.09em solid #f0daef; /* Abans W3C 1px */
	display: block;
	text-decoration: none;
	text-align: left;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
/* COLOR DEL MOUSEOVER ************************************************************************/
#menu_vert a:hover
{
	background-color: #BC92BC;
	color: #ffffff;
}

/* Applied to first-level links */
/* CAMBIO EL PRIMER NIVELL DE FILLS ************************************************************************/
#menu_vert ul a
{
	padding-left: 0.45em; /* Abans W3C 5px; */
	color: #ffffff;
}

/* Applied to second-level links */
/* CAMBIO EL SEGON NIVELL DE FILLS ************************************************************************/
#menu_vert ul ul a
{
	 /*padding-left: 0.45em;*//* Abans W3C 5px; */
	background: #efdbef;
	color: #9c59a5;
        padding: 0.29em 0.29em 0.21em 0.72em; /* Abans W3C 3px 5px 2px 8px; */
        border-bottom: none;
        font-size: 0.91em; /* Abans W3C 9px;*/
}

/* Applied to third-level links */
/* CAMBIO EL TERCER NIVELL DE FILLS ************************************************************************/
#menu_vert ul ul ul a
{
	padding-left: 0.91em; /* Abans W3C 10px; */
	background: #efdbef;
	color: #9c59a5;
}

/* Applied to fourth-level links */
/* CAMBIO EL QUART NIVELL DE FILLS ************************************************************************/
#menu_vert ul ul ul ul a
{
	padding-left: 0.91em; /* Abans W3C 10px; */
	background: #efdbef;
	color: #9c59a5;
}

/* Applied to fifth-level links */
/* CAMBIO EL CINQUÃ&#710; NIVELL DE FILLS ************************************************************************/
#menu_vert ul ul ul ul ul a
{
	padding-left: 0.91em; /* Abans W3C 10px; */
	background: #efdbef;
	color: #9c59a5;
}

/* End of 'unigis' */

