/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:1030 ;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: block;
float: left;
/*background-color: #CCCCCC; *//*overall menu background color*/
z-index:1030 ;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 100%; /*Width of top level menu link items*/
padding: 4px 5px 8px 5px;
margin:0px 0px 8px 28px;
/*border: 1px solid black;
border-left-width: 0;*/
text-decoration: none;
color: #FFF;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
vertical-align:middle;
z-index:1030 ;
cursor: pointer;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 27px;
position: absolute;
top:10em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
white-space: normal;
z-index:1030 ;
margin-top:-0.35em;/*colocar este codigo en el css del administrador*/
background: rgb(156,190,118);/*colocar este codigo en el css del administrador*/
border: 1px solid rgb(204,204,204);/*colocar este codigo en el css del administrador*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
background: rgb(156,190,118);
z-index:1030 ;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 5px;
z-index:1030 ;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFF;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
padding: 5px 20px 5px 5px;
border-bottom: 1px solid #FFFFFF;
text-align:left;
margin:0;
border-left: 1px solid rgb(204,204,204);
z-index:1040 ;
}

.suckertreemenu ul li a:hover{
background-color:  rgb(80,99,48);
	color: rgb(154,205,50);
}

.suckertreemenu ul li ul li a:hover{
background-color:  rgb(80,99,48);
	color: rgb(154,205,50);
}
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: rgb(156,190,118) url(../imgs/arrow-right.gif) no-repeat;
background-position: 95% 50%;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

.suckertreemenu ul iframe
{
	position: absolute;
	z-index: 1030;
}

