/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
/* border-right: 1px solid green; */
	float: left; 
	margin-top: 0px;
	margin-left: 0px; 
	clear: both;
  background-color: transparent;
/*	width: 792px; */
/* padding-left: 10px; */
}

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

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
text-align: center; 
background-color: transparent;
/*background-image: url(../images/ql_mid3.gif); */

}

/*Top level menu link items style*/
.suckertreemenu ul li a, .suckertreemenu ul li a:visited {
display: block;
width: 104px; /*Width of top level menu link items*/
/* padding: 5px 9px; */
padding-top: 2px;
padding-bottom: 2px;
border-right: 0px solid white;
border-top: 0px solid #59a4ea;
border-left-width: 0;
text-decoration: none;
color: white;
/* font-family:  Arial, Helvetica, sans-serif; */
/* font-weight: normal; */
/* text-align: center; */
}
	
/*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: inline;
visibility: hidden;
/* margin-top: 0px; */
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
/* float: none; */
background-color: #fff;
background-image: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 0px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a, .suckertreemenu ul li ul li a:visited {
display: block;
width: 205px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
margin-top: 0px;
padding: 2px 8px 2px 8px;
border-right: 1px solid navy;
border-left: 1px solid navy;
border-top: 0px;
border-bottom: 0px;
background-color: #fff;
text-align: left;
font-weight: normal;
}

.suckertreemenu ul li a:hover
{
/*	background-image: url(../images/ql_mid_on2.gif);  */
	background-color: #DEF;
	color: navy;
	background-repeat: repeat-x;
	text-decoration: none;
}

.suckertreemenu ul li ul li a:hover
{
	text-decoration: none;
	background-image: none;
	background-color: #DDEEFF;
	color: navy;
}

/*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-color: #ffffff;
background:  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%; width:88px}
* html .suckertreemenu ul li a { height: 1%; }
* html .suckertreemenu ul li ul li { float: left; }
/* End */
