/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu ul
{
	margin:0px;
	margin-left: 0px;
	padding:0px;
	list-style-type: none;
	text-align:left;
	float: left;
	
}

/*Top level list items*/
.suckertreemenu ul li{
	margin: 0px;
	font-family: arial, verdana, helvetica;
	font-size:13px;
	color:#3398CC;
	position: relative;
	display: inline;
	float: left;
	
	

}
.suckertreemenu1{
	display: block;
	border-left-width: 0;
	text-decoration: none;
	color: #6E6E6F;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
border-left-width: 0;
text-decoration: none;
color: #534749;
}

	
/*1st sub level menu*/
.suckertreemenu ul li ul
{
	left: 0px;
	position: absolute;
	width: 150px;
	*width: 150px;
	background-color: #FFFFFF;
	padding-top:0px;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	border:0px solid #DCE0E1;
	margin-left:5px;
	
}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	
	display: list-item;
	font-family:arial, verdana, helvetica;
	font-size:11px;
	line-height:20px;
	/*border:1px solid #D79AB2;*/
	float: none;
	
	border:0px solid red;
}

/*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 */
display: list-item;
/*width: 170px;*/
top: 0;
}


/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display:block;
/*width:155px;
*width:166px;/*width of sub menu levels*/
width:100%;
color: #4D4946;
background-color:#ffffff;
text-decoration: none;
padding: 1px 0px 0px 5px;
border:0px solid red;
}
.suckertreemenu ul li ul li a:hover{
display:block;
/*width:155px;
*width:166px;/*width of sub menu levels*/
width:100%;
color: #3d2f24;
background-color:#EFE9D3;
text-decoration: none;
padding: 1px 0px 0px 5px;
border:0px solid red;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li ul li a
{
	display: block;
	width: 155px;
	*width: 155px;/*width of sub menu levels*/
	height:25px;
	color: #F5E6ED;
	text-decoration: none;
	padding: 1px 5px;
	
}
/*.suckertreemenu ul li a:hover
{
	background-color: #FFFFFF;
	color: #EF3331;
}*/	
* 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 */