<style type="text/css">


 .current {       
		    display:block;
			background-color:#005eb4;
			color:#FFF;
          
}

.suckertreemenu ul{
margin:0px;
padding: 0px;
display:block;
list-style-type: none;
background-color:#005eb4;


}



/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
z-index:100;
margin:0px;
/*
height:23%;
height:23px;
min-height:23px;
*/
}


.suckertreemenu li li a{
		    
			background-color:#005eb4;
			height:30px;
			display:block;
			border-top: none;
			font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#FFFFFF;
		
            
			
			border-bottom:#1F6CCB 1px solid ;
			
			/*sub button */
		}


/*Top level menu link items style*/
.suckertreemenu ul li a{

display: block;
width: 100px; /*Width of top level menu link items*/

height:23%;
height:23px;
min-height:23px;
padding: 0px 5px;
margin:0px;
/*border: 1px solid black;
border-left-width: 0;

*/
border-right:#bcbcbc 1px solid;
text-decoration: none;


position:relative;
z-index:100;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 10px; /* 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: 290px; /* no need to change, as true value set by script */
top: 2px;

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
height:25%;
height:25px;

min-width:120px;
text-decoration: none;
margin-top:1px;
padding: 1px 3px 3px; /* sub menu paddin adjusting */


position:relative;
z-index:100;

}

.suckertreemenu ul li a:hover{
  background-color:#005eb4;
  color: white;
}

.suckertreemenu  li ul li a:hover{
		   
		   background-color:#0099FF;
		    color: white;
		     
}

	

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
/*background: url(templates/base/images/arrow_down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background:  url(../images/arrow.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: 1px;
}
	
	
/* Holly Hack for IE \
* html .suckertreemenu ul li { 
float: left; height: 1%;
 }
 */
/** html .suckertreemenu ul li a { height: 1%; }
 End */



/* Holly Hack for IE \*/
* html .suckertreemenu ul li { 
display: block;
width: 92px;
 float: left; 
 height: 23%; 
 height:23px;
  margin:0px ; 
  padding:0px;
  }
* html .suckertreemenu ul li a { 
display: block;
width: 92px; /*Width of top level menu link items*/
height: 23%; height:23px; margin:0 0 -2px 0; padding-left:1px;  
}


</style>
