/*Credits: Dynamic Drive CSS Library */

/*URL: http://www.dynamicdrive.com/style/ */



.current{
	color: #d8215c !important;
}



.suckertreemenu {
	width: 940px;
	padding-top: 0px;
	text-transform: none;
	border: 1px solid #ccc;
	height: 26px;
	background: url(../images/menu-background.jpg) repeat-x;
}



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



html>/**/body .suckertreemenu ul{
	margin: 0px 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: arial !important;
	text-align: center;           
	display: inline;              
	padding:0;                    
	text-decoration: none !important;
	color: #d8215c !important;       
	font-size: 11px;                 
	letter-spacing: 0,5pt;           
	font-weight:bold;

}



/*Top level menu link items style*/

.suckertreemenu ul li a{                                 
	font-family: arial !important;                         
	text-align: center;                                    
	display: inline;                                       
	padding: 6px 8px 0 8px;                                
	text-decoration: none !important;                      
	color: #000 !important;                                
	font-size: 11px;                                       
	margin-top: 2px;                                       
	letter-spacing: 0,5pt;                                 
	font-weight:bold;                                                                                               
}                                                        
	

.suckertreemenu a:hover{                           
	color: #d8215c  !important;                      
	text-decoration: none;                           
}                                                  
                                                   
.suckertreemenu #current a{ /*currently selected tab*/
	font-weight:bold;                                 
	color: #d8215c !important;                          
	text-decoration: none;	                            
}                                                     
                                                      
.suckertreemenu #current a:hover{ /*currently selected tab*/
	font-weight:bold;                                       
	color: #d8215c !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: #fff;                                                     
}

  
/*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: 1px solid #ccc;                                                                
	text-decoration: none;                                                                 
	padding: 5px 10px;                                                                     
	text-transform: none;                                                                  
	font: 10px arial;                                                                      
	margin: 0px 0px 0px 0px; /*Margin between each menu item*/                             
	font-weight: normal;                                                                   
	text-decoration: none;

	background: #fff;

}

	



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