.suckertreemenu
{
	/*background-color: #fff;*/
	text-align: center;
	z-index: 10;
	width: 840px;
	height: 16px;
	margin-top: 2px;
	margin-left: 10px;
	margin-bottom: 0px;
}

.suckertreemenu ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

/*Top level list items*/
.suckertreemenu ul li
{
	position: relative;
	display: inline;
	float: left;
	padding-top: 2px;
	width: 80px;
	text-align: center;
	height: 14px;
	margin-left: 2px;
	background-image: url("images/button.png");
	background-repeat: no-repeat;
}

/*Top level menu link items style*/
.suckertreemenu ul li a
{
	display: block;
	/*width: 69px;*/ /*Width of top level menu link items*/
	clear: none;
	text-align: center;
	border-left-width: 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul
{
	left: 0;
	margin: 0px;
	margin-left: 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: #fff;
	overflow: stretch;
	padding: 2px;
	border: 1px solid #9d2030;
}

/*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: 14px;
	background-color: #fff;
	border: 0px;
	width: 100px;
	overflow: stretch;
	padding: 2px 0px;
	background-image: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul
{ 
	margin-left: 0px;
	left: 10px; /* no need to change, as true value set by script */
	top: 0;
	overflow: stretch;
	margin-top: -2px;
	margin-left: -0px;
	/*border: 1px solid white;*/
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a
{
	display: block;
	width: 102%; /*width of sub menu levels*/
	color: #9d2030;
	/*background-color: #fff;*/
	text-decoration: none;
	text-align: left;
	overflow: stretch;
	padding: 0px 0px;
}

.suckertreemenu ul li ul li a:hover
{
	color: #333;
}

.suckertreemenu ul li a:hover
{
	/*color: #e7c391;*/
	color: #fbcd6b;
}

/*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 */



