/*
Credits: Dynamic Drive CSS Library
URL: http://www.dynamicdrive.com/style/
Stylesheet originally by: Dynamic Drive CSS Library
Stylesheet edited by: Fabian Schmid
*/



.suckertreemenu ul{

	margin-top:-20px; font-size:13px;
	margin-left: 10px;
	
	list-style-type: none;  
}
/* top level list items */
.suckertreemenu ul li{ 
	display: inline;
padding-left:5px; 
height:40px;  padding-right:6.7px;
	position: relative;
	float: left;
	padding-top: 10px; 
padding-bottom:0px ; background:url(img/nav_bck.jpg) repeat-x top left;
 /* overall menu background color */
}
/* top level list items (links) */
.suckertreemenu ul li a{
	display: inline;
	
	padding: 5px 8px 7px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform:;
}
.suckertreemenu ul li a:hover{

	color: #ccc; 
	
}
/* 1st sub level menu */
.suckertreemenu ul li ul{
	visibility: hidden;
	display: block;
	position: absolute; 
	left: 2px;  z-index:1000;
	top: 1.5em; /* no need to change, as true value set by script */
}
/* sub level list items (undo style from top level list items) */
.suckertreemenu ul li ul li{
	display: list-item; width: 140px; height:16px;
	float: none;
background:transparent 
}
/* sub level list items (links) */
.suckertreemenu ul li ul li a{
	display: block;
	width: 180px; font-size:12px;
	padding: -3px 5px; 
	color: #fff;  background:#333;
	border: 0px solid #ccc;
	text-decoration: none;
}
.suckertreemenu ul li ul li a:hover{ background:#751818;  z-index:1000;}
/* 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;
}
/* background image for top level list links */
.suckertreemenu .mainfoldericon{
	background-color: ; /* use the commented code below and add arrow pictures for arrows in menus with submenus */
	/*background: #ffffff url(images/arrow-down.gif) no-repeat center right;*/
}
/* background image for subsequent level list links */
.suckertreemenu .subfoldericon{
	background-color: #ccc; /* use the commented code below and add arrow pictures for arrows in menus with submenus */
	/*background: #ffffff url(images/arrow-right.gif) no-repeat center right;*/
}
/* ie hack */
* html .suckertreemenu ul li{
	float: left;
	height: 1%;
}
* html .suckertreemenu ul li a{
	height: 1%;
}



