
.suckertreemenu{
	clear:both;
	height:45px;
	text-align:center;
	font: bold 0.7em/1.5em "Arial", Helvetica, sans-serif; color:#103550;
	text-align:center;
	margin-left:0px;
	background:#ccc;
}

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

}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
height:45px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding:0px;
margin:0px;
text-decoration: none;
color:#395B80;
}

.suckertreemenu ul li a:hover{
background-color: black;
background:url(../images/bg_top-nav-hover.gif) repeat-x  #1282A8;
color: white;

}

	
	
/*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;
text-align:left;
background: url(../images/bg_menu1.gif) repeat-x bottom #45759B;
border:0px solid red;
margin-top:-2px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
/*display: list-item;*/
float: none;
margin-left:0px;

}

.suckertreemenu ul li ul li img { border:0px; display:inline; float:left; margin-right:4px;}


/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 130px; /*width of sub menu levels*/
color: #fff;
text-decoration: none;
border-bottom: 0px solid #ccc;
padding:6px;
padding-left:10px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a:hover{
color:#fff;
background:#053F51;
}




/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: url(images/arrow-down.gif) no-repeat center right;
}
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon a:hover{
background:url(../images/bg_top-nav-hover.gif) repeat-x  #1282A8;

}


/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(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: 1em;
}
	

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { height: 1%;}
/* End */