.suckertreemenu{
	background-image:url(../images/link_bg.gif);
	background-repeat:repeat-x;
	height:37px;

}

.suckertreemenu ul{
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
height:27px;
font-family:Arial, Helvetica, sans-serif;
padding:8px 0px 0px 0px;



}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding:5px 15px 10px 5px;
border-left-width: 0;
text-decoration: none;
color: #ffffff;
font-size:12px;
text-transform:none;
font-weight:bold;

 

}
	
/*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:#0067b1;


}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
height:27px;
margin:0px;
width:220px;
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: 0px 0px 0px 12px;
text-decoration: none;
background-color:#0067b1;
color: #ffffff;
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
height:10px;
margin:0px;
}

.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;
text-decoration:underline;

}


/*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: #0067b1 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;
}
