td 	{ font-size:12px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight:normal;
	  }
input 	{ font-size:12px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight:normal;
	  input: border-color:#0f0f0f;
	  border-style: solid;
	  border-width:1px;
	  }
h1
{
font-family: Arial,Verdana,sans-serif;
font-size: 1.2em; 
margin: 0.1em;
font-weight: bold;
color: #005ab6;		/* #7f45fa */
letter-spacing: 0.1em;
margin-top: 2px;
margin-right: 5px;
margin-bottom: 2px;
margin-left: 10px;
}



.hmen0 td {
	color: #000000;
	font-size: 12px;
	font-family:Arial,Verdanna,Sans-Serif,Helvetica ;
	font-weight:normal;
	line-height:20px;
	/* background-color: #6D940E; */ 
	text-decoration: none !important;
	/* display: block; */ 
	/* letter-spacing: 0.1em; */
	} 
.hmen0 a:link 
	{
	color:#ffffff;
	text-decoration: none !important;
	/* display: block; */
	/* letter-spacing: 0.1em; */
	}
.hmen0 a:visited 
	{
	color:#ffffff;
	text-decoration: none !important;
	/* display: block; */
	/* letter-spacing: 0.1em; */
	}
.hmen0 a:hover,a:focus
	{
	color:#000000;
	background-color:#e3e3e3;
	text-decoration: none !important;
	display: block;
	/* letter-spacing: 0.1em; */
	}

/* <style type="text/css"> */

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

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

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
/* display: inline;  raus am 15.01.06*/
float: left;
background-color: #005ab6; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display:block;
width: 105px; /*Width of top level menu link items*/
line-height:20px;
padding: 1px 5px;
/*border: 1px solid #82bb08; */
border: 1px solid #d8d8d8;
border-left-width: 0;
text-decoration: none;
color: #ffffff;
font-weight: bold;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* 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: 149px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #e6e6e6;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #e6e6e6;
}

.suckertreemenu ul li a:hover{
background-color: #e6e6e6;
color: black;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #005ab6 url(../images/pfdown.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #005ab6 url(../images/pfdown.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: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
a.tooltip span {display:none; padding:2px 3px; margin-left:5px; width:450px;}
a.tooltip:hover span{display:inline; position:absolute; text-align:left; border:1px solid #005ab6; background:#ffffff; color:#005ab6;text-decoration:none;}


