.suckertreemenu
{
	/*background-color: #fff;*/
	text-align: center;
	z-index: 10;
	width: 100%;
	height: 32px;
	margin-top: -4px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #b08c6c;
	background-image: url("images/getyourfix.png");
	background-repeat: no-repeat;
	background-position: right;
}

.suckertreemenu ul
{
	margin: 0px 0px 0px 40px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	width: 600px;
	float: left;
	background-color: #b08c6c;
	background-image: url("images/getyourfix.png");
	background-repeat: no-repeat;
	background-position: 650px 50%;
}

/*Top level list items*/
.suckertreemenu ul li
{
	position: relative;
	display: block;
	/*width: 150px;*/
	float: left;
	padding: 8px 15px 0px;
	text-align: center;
	height: 20px;
	margin: 0px 0px 0px 0px;
	height: 24px;
}

/* Tan hack for IE 6 */
* html .suckertreemenu ul
{
	float: left;
	width: 600px;
}

* html .suckertreemenu ul li
{
	width: 100px;
	padding: 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	overflow: stretch;
	display: block;
	float: left;
	text-align: left;
	background-color: #b08c6c;
	height: 24px;
	overflow: hidden;
}

* html .suckertreemenu ul li a
{
	overflow: hidden;
	height: 24px;
}


/*Top level menu link items style*/
.suckertreemenu ul li a
{
	display: block;
	height: 24px;
	/*width: 69px;*/ /*Width of top level menu link items*/
	clear: none;
	text-align: center;
	border-left-width: 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: #fff;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul
{
	left: 0;
	margin: 0px 0px 0px 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: #b08c6c;
	overflow: stretch;
	padding: 0px 2px 0px;
	/*border: 1px solid #442d1d;*/
	border-top: 0px solid #442d1d;
	width: 184px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li
{
	display: list-item;
	float: none;
	clear: both;
	background-color: #b08c6c;
	border: 0px;
	width: 182px;
	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;
	border-left: 0px;
	margin-top: -0px;
	margin-left: -1px;
	/*border: 1px solid white;*/
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a
{
	/*display: block;*/
	width: 93%; /*width of sub menu levels*/
	color: #fff;
	text-decoration: none;
	text-align: left;
	overflow: stretch;
	padding-left: 15px;
	line-height: 24px;
}

.suckertreemenu ul li ul li a:hover
{
	/*color: #442d1d;*/
	color: #000;
	background-color: #ff6600;
}

.suckertreemenu ul li a:hover
{
	/*color: #e7c391;*/
	/*color: #ff6600;*/
	color: #442d1d;
}

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


