/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.current
{
	color: #fff !important;
}

.suckertreemenu {
	padding-top: 0px;
	text-transform: uppercase;
}

.suckertreemenu ul{
	margin: 5px;
	padding: 0;
	list-style-type: none;
	}

html>/**/body .suckertreemenu ul{
	margin: 12px 0 0 0;
	padding: 5px 0 0 15px;
	list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	padding: 1px 0px 2px 0px
}

.suckertreemenu span{
	font-family: verdana !important;
	text-align: center;
	display: inline;
	padding: 5px 12px 0 12px;
	text-decoration: none !important;
	color: #000 !important;
	font-size: 11px;
	letter-spacing: 0,5pt;
	font-weight:bold;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	font-family: verdana !important;
	text-align: center;
	display: inline;
	padding: 6px 12px 0 12px;
	text-decoration: none !important;
	color: #000 !important;
	font-size: 11px;
	margin-top: 2px;
	letter-spacing: 0,5pt;
	font-weight:bold;

}
	
.suckertreemenu a:hover{
	color: #fff  !important;
	text-decoration: none;
}

.suckertreemenu #current a{ /*currently selected tab*/
	font-weight:bold;
	color: #fff !important;
	text-decoration: none;	
}

.suckertreemenu #current a:hover{ /*currently selected tab*/
	font-weight:bold; 
	color: #fff !important;
	text-decoration: none;
}


/*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: #a7a9ac;
}

/*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: #ffffff;
	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: #a7a9ac;
}
	

.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 */
