
.menu_div  				{color: #ccc}
.menu_div a:link          {text-decoration: underline; color: #ccc; font-size: 12px;}
.menu_div a:visited       {text-decoration: underline; color: #ccc; font-size: 12px;}
.menu_div a:hover         {text-decoration: underline; color: #FFF; font-size: 12px;}

.menu_div_items
{
	position: relative;
	left: -22px;
}

.treeview ul
{
	/*CSS for Simple Tree Menu*/
	margin: 0px;
	padding-left: 0px;
	font-size: 12px;
}

.treeview li
{
	/*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: url(../img2/list.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 3px;
	margin-left: 2px;
	text-align: left;
}

.treeview li a:link          {font-size: 12px;}
.treeview li a:visited       {font-size: 12px;}
.treeview li a:hover         {font-size: 12px;}

.treeview li a.activo{ 
	color: #e8b10d;
	font-size: 12px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background:  url(../img2/closed.gif) no-repeat left 3px;
	cursor: default !important;
	cursor: pointer !important;
	font-size: 12px;
}

.treeview li.submenu a.activo
{
	color: #C60;
	font-size: 12px;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}