
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu {
border-bottom:#9e9e9e 1px solid;
border-top:#9e9e9e 1px solid;
width:843px;

height:31px;

}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
height:29px;
background-color: #dfdfdf;

}

/*Top level list items*/
.suckertreemenu ul li{

display: inline;
float: left;
background-color: #dfdfdf; /*overall menu background color*/
font-size:11px;
height:29px;
color: #2283c1;
border-bottom:#dfdfdf 1px solid;
/*border-bottom:#dfdfdf 1px solid;*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
background-color: #dfdfdf;
display: block;

padding: 8px 10px 0 10px ;
white-space:nowrap;
border-left:#dfdfdf 1px solid;
border-right:#dfdfdf 1px solid;
/*border-top:#dfdfdf 1px solid;*/
border-bottom:#dfdfdf 1px solid;
height:22px;
text-decoration: none;
color: #2283c1;

min-width:10px;
width:auto;



}
	
	
.suckertreemenu ul li a:hover{
background-color: #FFFFFF;
color: #5c5c5c;
border-left:#9e9e9e 1px solid;
border-right:#9e9e9e 1px solid;
/*border-top:#ffffff 1px solid;*/
border-bottom:#ffffff 1px solid;
height:28px;



}



/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
 /* no need to change, as true value set by script */
display: block;
visibility: hidden;
height:auto;
background-color:#FFFFFF;
border-top:#9e9e9e 0px solid;
border-bottom:#9e9e9e 1px solid;
border-left:#9e9e9e 1px solid;
border-right:#9e9e9e 1px solid;

padding:10px 0 10px 0;
top: 5px;
margin:2px 0 0 0;
}

/*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;
padding:0px;
color: #2283c1;

border: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;
width:248px;

border-top:#9e9e9e 1px solid;
}
/*
.suckertreemenu ul li ul li ul li{ 


white-space:nowrap;

}

.suckertreemenu ul li ul li ul li a { 



white-space:nowrap;

}
*/

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #2283c1;
font-size:12px;
/*background-color:#FFFFFF;*/
text-decoration: none;
padding: 5px 0 0 8px;
border:#FFFFFF 0px solid;

margin:0 0 -5 0;



/*border: 1px solid #ccc;*/
}

.suckertreemenu ul li ul li a:hover{
padding: 5px 0 0 8px;
margin:0;
border:#FFFFFF 0px solid;
margin:0 0 -8px 0;
}


/*Background image for top level menu list links 
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}*/

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