.suckertreemenu ul{
	float:left;
	margin: 0;
	padding: 0;
	list-style-type: none;

	z-index: 5000000;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	float: left;

	min-height: 25px;
	//height: 25px;

	border-right: 0px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	float:left;
	min-height: 19px;
	//height: 25px;
	padding: 6px 13px 0px 8px;
	//padding: 6px 13px 6px 8px;
	background:url(../../images/sep_menutop.gif) top right no-repeat;

	text-transform:uppercase;
	text-decoration: none;
	font-size:11px;
	font-weight: bold;
	color: #FFF;
}

.suckertreemenu ul li a:hover{
	background:url(../images/sep_menutop_hover.gif) top right no-repeat #E5F7FA;
	color: #FC8B48;
	text-decoration: underline;
}
	
.suckertreemenu .selected a{
	background:url(../images/bg_menu_topo_on.gif) top repeat-x;
	color: #FFF;
	text-decoration: underline;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	display: block;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	left: -1px;
	visibility: hidden;

	border: none;
	
	background: url(../images/menu_canto.gif) bottom right no-repeat #E5F7FA;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	clear:both;

	border:none;
	border-top: 1px dotted #03B0D2;
	/*background: #FF9900;*/
}

/*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: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	padding: 6px 8px 0 8px;
	width: 160px;
	min-height: 19px;
	//height: 25px;

	text-decoration: none;
	font-size:11px;
	/*font-weight: normal;*/
	font-weight: bold;
	/*color: #000;*/
	color:#00AECC;

	background:none;
	text-transform:none;
}

.suckertreemenu ul li ul li a:hover{
	/*background:#2B4866;
	color:#FFFFFF;*/
	background: none;
	color:#FC8B48;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon span{
	display:block;
}


/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon span{
	display:block;
	padding-right:13px;
	background: url(../images/bul_menu_lateral.gif) right 4px no-repeat;
}

* 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%; }
