/* ############# SUB MENU ###################################################*/
	
 /* common styling */
DIV#smenu 			{
                                background:#DEDEDE none repeat scroll 0%;
                                border-top:1px solid white;
                                display:block;
                                left:0px;
                                margin-top:0px;
                                position:relative;
                                width:15em;
				}


DIV#smenu DIV.smenu-level1-no			{
				background-image:none;
				margin:0;
				padding:0;
				}

/* ###### LEVEL 1 ##################################*/

DIV#smenu DIV.smenu-level1-no a 		{
				display:block; 
				padding:4px 4px 5px 10px;
				line-height:1.2em;
				font-weight:bold;
				text-decoration:none; 
				color:#006600; 
				border-bottom:1px solid white;
				}

DIV#smenu DIV.smenu-level1-no a:hover 	{
				color:white; 
				background:#186B18; /*Hover rot*/
				}

DIV#smenu DIV.smenu-level1-act a		{
				display:block; 
				padding:4px 4px 5px 10px;
				color:white;
       			border-bottom:0;
				line-height:1.2em;
				font-weight:bold;
				text-decoration:none; 
				background:#186B18; /*Aktiv rot*/
				}


/* ###### LEVEL 2 ##################################*/

DIV#smenu DIV.smenu-level2-no a		{
				display:block; 
				padding:4px 4px 5px 15px;
				line-height:1em;
				font-weight:bold;
				text-decoration:none; 
				font-size:0.9em;
				background:#C8C8C8;
				background:#99FF99; /*Normal orange*/
				border-bottom:1px solid white;
				}

DIV#smenu DIV.smenu-level2-no a:hover 	{
				color:#006600; 
				background:#33CC33; /*Hover Dunkelorange */
				}

DIV#smenu DIV.smenu-level2-act a	{
				display:block; 
				color:white;
       			border-bottom:0;
				padding:4px 4px 5px 15px;
				line-height:1em;
				font-size:0.9em;
				font-weight:bold;
				text-decoration:none; 
				background:#33CC33; /*Active Dunkelorange */
				}
DIV#smenu DIV.smenu-level2-act a:hover	{
				color:#006600; 
				background:#33CC33; /*Hover Dunkelorange */
}


/* ###### LEVEL 3 ##################################*/

/* DIV#smenu DIV.smenu-level3-no ul	{border-bottom:10px solid #33CC33; }*//*Dunkelorange*/

DIV#smenu DIV.smenu-level3-no a	{
				display:block; 
				padding:4px 4px 5px 5px;
				line-height:1em;
				font-weight:normal;
				text-decoration:none; 
				font-size:0.9em;
				color:#006600; 
				background:#C3C3C3; /* Normal Grau */
				border-bottom:1px solid white;
				border-left:15px solid #33CC33; /*Dunkelorange*/
				}

DIV#smenu DIV.smenu-level3-no a:hover 	{
				color:#fff; 
				background:#6C6C6C; /*Hover DunkelGrau */
				}

DIV#smenu DIV.smenu-level3-act a	{
				display:block; 
				padding:4px 4px 5px 5px;
				line-height:1em;
				font-weight:normal;
				text-decoration:none; 
				font-size:0.9em;
				border-left:15px solid #33CC33; /*Dunkelorange*/
				background:#6C6C6C;	/*Active DunkelGrau */
				color:#fff;		
				}

/* ###### LEVEL 4 ##################################*/
DIV#smenu DIV.smenu-level4-no a	{
				display:block; 
				padding:5px 4px 6px 15px;
				line-height:1em;
				font-weight:normal;
				text-decoration:none; 
				font-size:0.9em;
				border-left:15px solid #33CC33; /*Dunkelorange*/
				background:#CCFFCC; /* Normal ZartOrange */
				border-bottom:1px solid white;
				border-top:0;
				}

DIV#smenu DIV.smenu-level4-no a:hover 	{
				color:#006600; 
				background:#99FF99; /*Hover orange*/
				}

DIV#smenu DIV.smenu-level4-act a	{
				display:block; 
				padding:5px 4px 6px 15px;
				line-height:1em;
				font-weight:normal;
				text-decoration:none; 
				font-size:0.9em;
				border-left:15px solid #33CC33; /*Dunkelorange*/
				border-top:0;
				border-bottom:0;
				color:#006600; 
				background:#99FF99; /*Active orange*/		
				}
				
TD#menu_1 {	
	vertical-align: top; 
	width: 200px;	
	background-image: url(../images/menubackground.jpg);
	background-repeat : no-repeat;
	padding-top: 10px;
}
TD#menu_1 DIV {
	width: 95%;
}
TD#menu_1 DIV A {
	color: navy;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;

  background-color: #eeeeee;
  /*filter:alpha(opacity='70', style='0');*/
}
TD#menu_1 DIV.menu1-level1-act A {
  color:black;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:20px;
}






/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}

