ul.MenuLeftUno {
	padding: 5px 0px 5px 5px;
	margin: 0;
	list-style-type:none;
	line-height: 13px;
	background-color:#D9D9D9;
}
li.MenuLeftUnoli {
	height:195px;
	width: auto;
	padding-left:0px;
	padding-right:0px;
}
ul.MenuLeftUno li a {
	color: #4C4C4C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/MenuLeftGreen_isagen.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding: 0 0 0 15px;
}
ul.MenuLeftUno li a:hover {
	color: #666666;
}


ul.MenuLeftDos {
	padding: 5px 0px 5px 20px;
	margin: 0;
	list-style-type:none;
	line-height: 18px;
	background-color:#E6E6E6;
}
li.MenuLeftDosli {
	height:195px;
	width: auto;
	padding-left:0px;
	padding-right:0px;
}
ul.MenuLeftDos li a {
	color: #4C4C4C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/MenuLeftGreen_isagen.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding: 0 0 0 15px;
}
ul.MenuLeftDos li a:hover {
	color: #999999;
}


ul.MenuLeftTres {
	padding: 5px 0px 5px 35px;
	margin: 0;
	list-style-type:none;
	line-height: 18px;
	background-color:#F1F2F2;
}
li.MenuLeftTresli {
	height:195px;
	width: auto;
	padding-left:0px;
	padding-right:0px;
}
ul.MenuLeftTres li a {
	color: #4C4C4C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/MenuLeftGreen_isagen.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding: 0 0 0 15px;
}
ul.MenuLeftTres li a:hover {
	color: #999999;
}


ul.MenuRight {
	width: 160px;
	padding: 5px 5px 5px 15px;
	margin: 0px auto;
	list-style-type:none;
	line-height: 15px;
	background-color:#F5F5F5;
	border-bottom: 1px solid #999999;
	background-image:url(../images/MenuLeftGreen_isagen.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
li.MenuRightli {
	height:auto;
	width: auto;
	padding-left:0px;
	padding-right:0px;
}
ul.MenuRight li a {
	color: #4C4C4C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul.MenuRight li a:hover {
	color: #999999;
}

#dhtmlgoodies_listMenu .activeMenuLink {	/* Styling of active menu item */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#68C460;
	color: #00CC00;
}
#dhtmlgoodies_listMenu a:hover {	/* Main menu items */
	/*text-decoration:none;*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #68C460;
	color: #22B24C;
}

