/* STYLES BASIC*/
#MenuEsqBloc{
	float: left;
	display: block;
	width: 174px;
	height: 300px;
	font-family: Gill Sans, Tahoma, Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight : normal;
}

#MenuEsqBloc ul{
	margin: 0;
 	padding: 0;
	width: 174px;
	padding: 0;
	border-bottom: 1px solid #fff;
}
#MenuEsqBloc li.MenuEsqNoSelect1{
	background-image:  url("../../img/fletxa_transp.gif");
	list-style-type : none;
	margin-left : 0px;
	margin-bottom :1px;
	text-indent : 40px;
	padding-top : 4px;
	padding-bottom : 4px;
	background-repeat: no-repeat;
	background-position: 25px 0px;
	background-color: #c0c0c0;
}
#MenuEsqBloc li.MenuEsqSelect1{
	background-image:  url("../../img/fletxa_transp.gif");
	list-style-type : none;
	margin-left : 0px;
	margin-bottom :1px;
	text-indent : 40px;
	padding-top : 4px;
	padding-bottom : 4px;
	background-repeat: no-repeat;
	background-position: 25px 0px;
	background-color: #808080;
}
#MenuEsqBloc li{
	background-image:  url("../../img/fletxa_transp.gif");
	list-style-type : none;
	margin-left : 0px;
	margin-bottom :1px;
	text-indent : 25px;
	padding-top : 4px;
	padding-bottom : 4px;
	background-repeat: no-repeat;
	background-position: 8px 0px;
}

#MenuEsqBloc li.MenuEsqNoSelect{
	background-color: #c0c0c0;
}	

#MenuEsqBloc li.MenuEsqSelect{
	background-color: #808080;
}


/* LINKS*/
#MenuEsqBloc a{
	display: block;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	width: 174px;
	height:20px;
}

a.MenuEsqNoSelect:hover {
	color: #ffffff;
}
a.MenuEsqNoSelect:visited {
	color: #000000;
}
a.MenuEsqNoSelect:link {
	color: #000000;
}


a.MenuEsqSelect:hover {
	color: #000000;
}
a.MenuEsqSelect:visited {
	color: #ffffff;
}
a.MenuEsqSelect:link {
	color: #ffffff;
}


