.suckertreemenu{
	border:0px solid #999;
	height:25px;
	margin:0px;
	padding:0px;
}

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



/*Top level list items*/

.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	height:25px;
}

/*Top level menu link items style*/

.suckertreemenu ul li a{
	display: inline;
	padding:5px 13px 10px 16px;
	border-left-width: 0;
	text-decoration: none;
	font-weight:bold;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	list-style-type:none;
	margin:0px;
	height:27px;
}

	

/*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;
	padding-left:0px;
	background-color:#003366;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#515050;
	list-style-type:none;
	margin:0px;
}



/*Sub level menu list items (undo style from Top level List Items)*/

.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	height:32px;
	margin:0px;
	width:200px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	list-style-type:none;
	margin:0px;
	text-align:left;
}



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



/* Sub level menu links style */

.suckertreemenu ul li ul li a{
display: block;
 /*width: 160px;width of sub menu levels*/
padding: 5px 5px 0px 5px;
text-decoration: none;
height:20px;
margin:0px;
color:#ffffff;

padding-left:8px;
padding-right:8px;
}

.suckertreemenu ul li:hover{
background: transparent url(/images/nav-bg-hover.gif) left top repeat-x;
}

.suckertreemenu ul li a:hover{
	background: transparent url(/images/nav-bg-hover.gif) left top repeat-x;
	color:#ffffff;
	background-color:#3366CC;
	text-decoration:none;
}


/*Background image for top level menu list links */

.suckertreemenu .mainfoldericon{
background: url(arrow-down.png) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F1F5F8 url(/images/arrow-right.png) no-repeat 98% 50%;
}

* 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 */
.form {
	font-family: Tahoma;
	font-size: 10px;
}
