#suckertreemenu
{
	padding: 0px 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	background-color: #fff;
	height: 16px;
	text-align: center;
	z-index: 10;
	margin-left: 240px;	
	width: 455px;
	border-bottom: 1px solid #c1c1c1;
	font-size: 12px;
	padding-bottom: 8px;
}

#suckertreemenu ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
}

/*Top level list items*/
#suckertreemenu ul li
{
	position: relative;
	display: inline;
	float: left;
	padding: 0px 0px;
	/*border-right: 1px solid #fff;*/
}

/*Top level menu link items style*/
#suckertreemenu ul li a
{
	display: block;
	/*width: 69px;*/ /*Width of top level menu link items*/
	float: left; 
	clear: none;
	text-align: left;
	border-left-width: 0;
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
	color: #01a7e8;
	height: 16px;
	padding: 0px 20px 8px;
	line-height: 16px;
}

/*1st sub level menu*/
#suckertreemenu ul li ul
{
	left: 0;
	margin: 0px;
	position: absolute;
	clear: both;
	text-align: left;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	background-color: #bcbdc1;
	overflow: stretch;
	margin-left: 0px;
	margin-top: -1px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#suckertreemenu ul li ul li
{
	display: list-item;
	float: none;
	clear: both;
	/*height: 18px;*/
	padding: 0px;
	border: 0px;
	width: 180px;
	line-height: 16px;
	overflow: stretch;
	font-size: 11px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#suckertreemenu ul li ul li ul
{ 
	left: 10px; /* no need to change, as true value set by script */
	top: 0;
	overflow: stretch;
	margin-top: -3px;
	margin-left: -4px;
	font-size: 11px !important;
}

/* Top */
#suckertreemenu ul li a:hover
{
	/*font-weight: bold;*/
	/*font-style: italic;*/
	background-color: #fff;
}

/* Sub level menu links style */
#suckertreemenu ul li ul li a
{
	display: block;
	width: 180px; /*width of sub menu levels*/
	color: #fff;
	text-decoration: none;
	text-align: left;
	overflow: stretch;
	min-height: 16px;
	padding: 0px 3px;
	font-size: 11px !important;
	background-color: #e7e7e7;
	color: #416a81;
	padding: 4px;
	border-bottom: 1px solid white;
}

/* Sub 
#suckertreemenu ul li ul li a
{
	
}*/

#suckertreemenu ul li ul li a:hover
{
	/*font-weight: bold;*/
	/*font-style: italic;*/
	background-color: #c1c1c1;
	color: #fff;
}

/*Background image for top level menu list links */
#suckertreemenu .mainfoldericon{
/*background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
#suckertreemenu .subfoldericon{
/*background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;*/
}

* 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 */


