
.nodeRootItem {
    width: 150px;
    height: 17px;
	border-style: none none solid none;
	border-color: #FFFFFF;
	border-width: 1px;
 	margin-top: 0px;
 	margin-left: -40px;
	font: 9pt Verdana;    
	background: #517b4a url("/images/btver.gif") bottom right no-repeat;
	/*background: transparent url("menubottom.gif") bottom right no-repeat;*/
	text-align: left;
	color: #FFFFFF;
	cursor: pointer;
}

.nodeRootItemHL {
    width: 150px;
    height: 17px;
	border-style: none none solid none;
	border-color: #FFFFFF;
	border-width: 1px;
 	margin-top: 0px;
 	margin-left: -40px;
	font: 9pt Verdana;    
	background: #719b6a url("/images/btverhl.gif") bottom right no-repeat;
	/*background: transparent url("menubottom.gif") bottom right no-repeat;*/
	text-align: left;
	color: #FFFFFF;
	cursor: pointer;
}

.menuItem{
    width: 145px;
	border-style: none solid solid none;
	border-color: #AAAAAA;
	border-width: 1px;
    margin-left: -80px;
	margin-top: 0px;
	font: 7pt Verdana;
	background-color: #EEEEEE;
	text-align: left;
	color: #000000;
	cursor: pointer;
}

.menuItemHL{
    width: 145px;
	border-style: none solid solid none;
	border-color: #FFFFFF;
	border-width: 1px;
    margin-left: -80px;
	margin-top: 0px;
	font: bold 7pt Verdana;
	background-color: #CCCCCC;
	text-align: left;
	color: #000000;
	cursor: pointer;
}
/**********************************\
 *  NO TOCAR DE ACA PARA ABAJO   *
\**********************************/
.defaultNodeStyleHL{
    width: 150px;
	border-style: none none solid none;
	border-color: #AAAAAA;
	border-width: 1px;
    margin-left: -40px;
	margin-top: 0px;
	font: 7pt Verdana;
	background-color: #EEEEEE;
	text-align: left;
	color: #000000;
	cursor: pointer;
}

.defaultNodeStyle {
    width: 150px;
	border-style: solid none none none;
	border-color: #AAAAAA;
	border-width: 1px;
	margin-left: -40px;
	margin-top: 0px;
	font: 7pt Verdana;
	background-color: #D5D5D5;
	text-align: left;
	color: #000000;
	cursor: pointer;
}

A{
    text-decoration: none;
    color: #000000;
}

li {
    list-style-type: none;
}



