.suckertreemenu ul {
	padding: 0;
	list-style-type: none;
	margin: 0 0 0 20px;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	background: transparent url(img/nav-sep.gif) no-repeat top right;
	cursor: default;
}

/*Top level menu link items style*/
.suckertreemenu ul li a, .suckertreemenu ul li a:visited, .suckertreemenu ul li a:hover  {
	height: 19px;
	display: block;
	margin: 0;
	padding: 0 20px 4px 8px;
	text-decoration: none;
	color: #FFF;
	font: bold 12px/23px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background1: url(img/nav.jpg) no-repeat right center;
}
	
/*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;
	z-index: 1000;
	margin-left: 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li {
	display: list-item;
	float: none;
	background-image: none;
	background-color: #04AEE1;
	border: none;
}
* html .suckertreemenu ul li ul {
	width: 230px;
	z-index: 2000;
}
* + html .suckertreemenu ul li ul li {
	width: 245px;
}

* html .suckertreemenu ul li ul li {
	margin: 0;
	margin-bottom: -2px;
}

/*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, .suckertreemenu ul li ul li a:hover, .suckertreemenu ul li ul li a:visited {
	display: block;
	width: 230px; /*width of sub menu levels*/
	text-decoration: none;
	margin: 0;
	padding: 3px 1px 3px 12px;
	border: none;
	border-bottom: 1px solid #C1D2E6;
	font-weight: normal;
	font-size: 11px;
	background-image: none;
	height: 20px;
	line-height: 20px;
}

.suckertreemenu ul li a:hover{
	background-color: #14C8FC;
	color: #FFFFCC;
}
.suckertreemenu ul li a.current {
	background-color: #14C8FC;
}

* 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 {
	width: 1%; height: 1%;
	white-space: nowrap;
}
/* End */

/*	LEFT NAVIGATION   */

ul#subnav {
	list-style: none;
	margin: 15px 0 0 10px;
	padding: 0;
}
#subnav li {
	margin: 0; padding: 0;
	vertical-align: middle;
}

#subnav li a {
	margin: 0;
	display: block;
	padding: 7px 10px 10px 20px;
	text-decoration: none;
	font-weight: normal;
	color: #555;
	background: transparent url(img/subnav.gif) no-repeat left 9px;
	border-bottom: 2px dotted #bbb;
}
* html #subnav li a {
	margin: -5px;
	padding: 10px 10px 10px 20px;
	background-position: left 10px;
}

#subnav li a:hover {
	background-color: #f8f8f8;
}

