.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "arial narrow";
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
}
.suckertreemenu0{
	display: block;
	width: 170px;
	text-decoration: none;
	line-height: 30px;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 28px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-bottom:18px;
	font-size: 18px;
	white-space: nowrap;

}
.suckertreemenu1{
	display: block;
	width: 125px;
	line-height: 30px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: 0px 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	z-index: 1;
	padding-top: 28px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-size: 18px;
}
.suckertreemenu2{
	display: block;
	width: 125px;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	z-index: 99;
	font-size: 18px;
	padding-top: 28px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}


	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	margin-top:-2px;
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	color: #666;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
margin-top:-5px;
top:5px;


}

/*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 */
margin-top:-12px;

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 170px; /*width of sub menu levels*/
	background-color: #F3F3F3;
	color: #000;
	line-height:30px;
	padding-right:-10px;
	padding-left:10px;
	text-decoration: none;
	z-index: 999999;
	border: 1px solid #E4E4E4;
}

.suckertreemenu ul li a:hover{
	color: #1675A1;
}


/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background-color: #F3F3F3;
	color: #333;


}

* 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 */

.suckertreemenuBar{
	padding-top:34px;
	color:#1775a1;
	font-size:10px;

