
body {
	margin:0px;
	color:#000000;
	font-size:11px;
}
#menu{
font-family:Verdana;
margin:0px;
float:left;
}

.suckertreemenu ul{
margin: 0px;
padding:0px;
height:25px;
list-style-type: none;
text-align:left;
float:left;

}

.suckertreemenu ul li{
position: relative;
display: block;
margin: 0px;
padding:0px;
float: left; color:#55637E;
/*overall menu background color*/
}

/*Top level menu link items style*/

.suckertreemenu ul li a{
display: inline;
margin: 0px;
width: 100%; /*Width of top level menu link items*/
padding: 5px 8px;
background-image:url(images/titleimgae.gif);
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
line-height:25px;
border-left:1px solid #ffffff;
text-decoration: none;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
background-color: #fff;
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;
background-color:#FFFFFF;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 165px; /* 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: 155px; /*width of sub menu levels*/
color: navy;
font-weight:normal;
text-decoration: none;
padding:2px 2px;
line-height:15px;
background-color: #fff;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #1160A4;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background:url(../images/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: url(../images/arrow_nav.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: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: auto; }
* html .suckertreemenu ul li a { height: 1%; }
