<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-repeat: no-repeat;
	line-height: 45px;
	border: none;
	margin-top: 15px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	text-decoration: none;
	color: #cebca5;
	font-size: 14px;
	text-align: center;
	font-family: Georgia;
	padding-right: 6px;
	padding-left: 6px;
	background-image: url(cssimg/borde-nav.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: normal;
	border-bottom-style: none;
}
.suckertreemenu ul li img, .suckertreemenu ul li img a:hover  {
	padding-top: 5px;
	background-image: none;
	margin-left: 65px;
}
.suckertreemenu ul li a:hover {
	background-image: url(cssimg/bg-grad1.png);
	background-position: top;
	color: #FFFFFF;
	background-repeat: repeat-x;
}
	
/*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;
	background-image: url(cssimg/submenu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	line-height: 25px;
	list-style-type: none;
	background-image: none;
}

/*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 */
	top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 160px;
	text-decoration: none;
	list-style-type: none;
	color: #573401;
	font-size: 14px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-indent: 22px;
	margin-bottom: 15px;
	text-align: left;
	line-height: normal;
}
.suckertreemenu img {
	margin-top: 5px;
	margin-left: 65px;
}

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

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background-image: url(cssimg/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

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

</style>
