/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
* {
margin:0px;
padding:0px;
}

.suckertreemenu
{
	padding-left:220px;
}

.suckertreemenu ul{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none;
	border:0px;
	float:left;
}

.suckertreemenu li
{
	width:130px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
width:130px;
float: left;
background-color:#87d7e5; /*overall menu background color*/
}
/*Top level menu link items style - Top Level Navigation*/
.suckertreemenu ul li a {
width: 130px; /*Width of top level menu link items*/
padding: 1px 1px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
font-size:11px;
color: #000000;
padding-bottom:0px;

}
	
/*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;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: 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: list-item;
width: 130px; /*width of sub menu levels*/
color: #000;
text-decoration: none;
padding:0px;
margin:0px;
/*border-bottom: 1px solid #980138;*/
font-size:11px;
text-align:left;
padding-left:5px;
}


.suckertreemenu ul li a:hover{
background-color:none;
color: #dd5281;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #CCCCCC url(../design_images/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #d1e0e3 url(../design_images/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 0em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 0%; }
* html .suckertreemenu ul li a { height: 0%; }
/* End */

</style>
