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

.current{
  color: #000 !important;
}

.suckertreemenu {
      float:left;
      width:100%;
      line-height:normal;
	  padding: 8px 0 0 0;
	  text-transform:uppercase;
}

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

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin:0 0 0 52px;	
}

.suckertreemenu ul li a span{
  font-size: 12px;
  font-weight:bold;
  padding:7px 4px 5px 3px;
} 

.suckertreemenu ul li a{
	font-family: Arial, "Trebuchet MS", verdana !important;	
	text-decoration: none !important;
	color: #fff !important;
	font-size: 12px;
	overflow:hidden;
	margin: 0px 0 0 0;
    padding:0px 2px 5px 2px;
}

html>/**/body .suckertreemenu ul li a {
    padding:8px 2px 5px 2px;
	
}
.suckertreemenu a:hover{
	color: #000  !important;
	text-decoration: none;
	background: url(../images/menu_active.png) repeat-x;
}

.suckertreemenu #current a{ /*currently selected tab*/
	background: url(../images/menu_active.png) repeat-x;
	font-weight:bold;
	color: #000 !important;
	text-decoration: none;  	
}

.suckertreemenu #current a:hover{ /*currently selected tab*/
	font-weight:bold; 
	color: #000 !important;
	text-decoration: none;
	background: url(../images/menu_active.png) repeat-x;
}

.suckertreemenu ul li ul li a{
  padding:0;
  margin:0;
  height:auto;  
}



/*1st sub level menu*/
.suckertreemenu ul li ul{
	text-align:center;
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	background: #e3e4e4;
	border: 1px solid #a3a3a3;
	z-index:99;
}

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

/*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;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	text-align: left;
	display: block;
	width: 130px; /*width of sub menu levels*/
	color: #000;
	border: 0px solid #4d4d4d;
	text-decoration: none;
	padding: 5px 10px;
	text-transform: none;
	font: 10px verdana;
	margin: 0px 0px 0px 0px; /*Margin between each menu item*/
	font-weight: normal; 
	text-decoration: none;
	background: #e3e4e4;
}
	

.suckertreemenu ul li a:hover{
	color: #000000;
	text-decoration: none;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{

}

* 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 */
