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

.suckertreemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
/*Top level list items*/
.suckertreemenu ul li {
	position: relative;
	display: inline;
	float: left;
	z-index:2;
 }/*overall menu background color*/

/*Top level menu link items style*/
.suckertreemenu ul li a {
	display: block;
	/*width: 92px; Width of top level menu link items*/
	padding: 1px 3px;
	border-left: 0px solid #00502b;
	text-decoration: none;
        color: #ffffff;
	z-index:2;
        padding-right: 25px;
        padding-top: 3px;
        background: transparent repeat-x scroll left;
}
/*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-color: #DEEAB8;
	z-index:2;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li {
	display: list-item;
	float: none;
	z-index:2;
        background: #DEEAB8;
        background-image: none;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul {
	left: 100px; /* no need to change, as true value set by script */
	top: 0;
	z-index:2;
        background: #DEEAB8;
        background-image: none;
}
/* Sub level menu links style */
.suckertreemenu ul li ul li a {
	display: block;
	width: 230px; /*width of sub menu levels*/
	color: #00502b;
	text-decoration: none;
	padding: 1px 1px;
	border: 1px solid #00502b;
	z-index:2;
        background: #DEEAB8;
        background-image: none;
}
.suckertreemenu ul li a:hover {
	
}
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon {
	/*background-image:url(../include/images/menu_ground.png);*/
	/*background: url(../include/images/arrow-down.gif) no-repeat center right;*/
	z-index:2;
}
/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon {
	background: #DEEAB8 url(../images/arrowB.png) no-repeat center right;
	z-index:2;
}

.subfoldericon:hover {
	background: #DEEAB8 url(../images/arrow.png) no-repeat center right;
	z-index:2;
}



* 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;
	z-index:2;
}
/* Holly Hack for IE \*/
* html .suckertreemenu ul li {
	float: left;
	height: 1%;
	z-index:2;
}
* html .suckertreemenu ul li a {
	height: 1%;
	z-index:2;
}


ul.suckertreemenu, li.suckertreemenu{
    margin:0px;
    padding:0px;
}

div.suckertreemenu{
    margin-top: 0px;
}
/* End */

ul.accordion li .heading{
font-family: verdana,arial,sans-serif;

}

ul.accordion li .description h2{
font-family: verdana,arial,sans-serif;
}

