.suckertreemenu{
	background:url(images/menu_bar.gif);
	background-repeat:no-repeat;
	height:30px;
	width:802px;
	font-face:"Myriad pro";
	color:#ffffff;
	font-weight:bold;
	z-index:100;
}

.suckertreemenu ul{
	margin: 0;
	padding-left: 25px;
	list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:100;
	padding-left:0px;
	/*background-color: #F3F3F3; overall menu background color*/
}

/*Top level menu link items style*/
	.suckertreemenu ul li a{
	/*display: block;*/
	/*width: 90px; Width of top level menu link items*/
	width:160px;
	padding: 10px 9px 5px 9px;
	height:31px;
	font:1.5em/30px ;
	/*border: 1px solid black;*/
	border-left-width: 0;
	text-decoration: none;
	color:#ffffff;
	line-height:350%;
}


.suckertreemenu ul li a:hover,
.suckertreemenu ul li ie.hover{
	background-color:#3c5c87;
	color:#fef504;
	text-decoration:none;
}

	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	/*top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	border:2px solid #645954;
	font:11px;
	background:#8ca0b2;
	line-height:100%;
	z-index:100;
	padding-left:0px;
	height:auto;
	}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	padding-left:5px;
	padding-right:5px;
	height:auto;
	/*background: url(images/drop_grey_seperator.gif) bottom repeat-x;*/
}


/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 180px; /*width of sub menu levels*/
	color: #002d56;
	text-decoration: none;
	padding: 1px 5px;
	/*border: 1px solid #ccc;*/
	text-align:left;
	padding-left:12px;
	height:auto;
}

.suckertreemenu ul li ul li a:hover,
.suckertreemenu ul li ul li a.iehover{
	display: block;
	width: 180px; /*width of sub menu levels*/
	color: #ffffff;
	background:none;
	text-decoration: none;
	padding: 1px 5px;
	/*border: 1px solid #ccc;*/
	text-align:left;
	padding-left:12px;
	height:auto;
}

.suckertreemenu ul li ul li a.bottomline{
	display: block;
	width: 180px; /*width of sub menu levels*/
	color: #002d56;
	text-decoration: none;
	padding: 1px 5px;
	/*border: 1px solid #ccc;*/
	text-align:left;
	padding-left:12px;
	border-bottom:2px solid #ffffff;
	height:auto;
}


.suckertreemenu ul li ul li a.bottomline:hover,
.suckertreemenu ul li ul li a.bottomline.iehover{
	display: block;
	width: 180px; /*width of sub menu levels*/
	color: #ffffff;
	background:none;
	text-decoration: none;
	padding: 1px 5px;
	/*border: 1px solid #ccc;*/
	text-align:left;
	padding-left:12px;
	border-bottom:2px solid #ffffff;
	z-index:100;
	height:auto;
}



/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	/*left: 170px; /* no need to change, as true value set by script */
	top: -2px;
	border:2px solid #194267;
	background-color:#d7d8d9;
	z-index:100;
	padding-left:0px;
	height:auto;
	
}



.suckertreemenu ul li ul li ul li ul{ 
	/*left: 170px; /* no need to change, as true value set by script */
	top: -2px;
	border:2px solid #504641;
	background:#a60133;
	padding-left:0px;
	height:auto;
}




/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	/*background: #F3F3F3 url(images/arrow-down.gif) no-repeat center right;*/
	background: url(images/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	/*background: #F3F3F3 url(images/rarrow_flc.gif) no-repeat center left;*/
	background:  url(images/meco_drop_bullet.gif) no-repeat center left;
	border-bottom:2px solid #ffffff;
}

.suckertreemenu .subfoldericon .bottomline{
	/*background: #F3F3F3 url(images/rarrow_flc.gif) no-repeat center left;*/
	background:  url(images/meco_drop_bullet.gif) no-repeat center left;
	border-bottom:2px solid #ffffff;
}


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

#bottomline{
	border-bottom:2px solid #ffffff;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */

