.nav1spc{
	clear:both;
	display:block;
	height:20px;
	width:auto;
}

/****************************************/
 .menu {
/*	font-size:13px;*/
	margin-left:20px;
	position:relative;
	text-align:left;	
	width:150px;
	z-index:10;
}
/* remove all the bullets, borders and padding from the default list styling */
 .menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:150px;
	z-index:10;	
}
 .menu ul ul { width:150px; }
 
 .menu ul li a{ z-index: 5; border-bottom: 1px dotted #ccc; }
 .menu ul li ul li { z-index: 5; border-bottom: 0px dotted #ccc; }


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
 .menu li {
	float:left;
	position:relative;
	width:150px;
}

 .menu li li{
	float:left;
	position:relative;
	width:150px;
}

/* style the links for the top level */
 .menu a,  .menu a:visited {
/*	background:#999;*/
	color:#35675b !important;
	display:block;
	font-size:13px;
	height:auto;	
	padding:3px;
	text-decoration:none !important;
	font-weight:bold;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html  .menu a, * html  .menu a:visited {
/*	width:150px;
	w\idth:149px;
*/
	width:150px;
	w\idth:150px;

}



/* style the second level background */
 .menu ul ul a.drop,  .menu ul ul a.drop:visited {
	background:#efefef url(/fileadmin/templates/memonstandard/layout/drop.gif) right no-repeat;
}

/* style the second level hover */
 .menu ul ul a.drop:hover {
	background:#efefef url(/fileadmin/templates/memonstandard/layout/drop.gif) right no-repeat;
}
 .menu ul ul :hover > a.drop {
	background:#efefef url(/fileadmin/templates/memonstandard/layout/drop.gif) right no-repeat;
}


/* style the third level background */
 .menu ul ul ul a.drop,  .menu ul ul ul a.drop:visited {
	background:#efefef url(/fileadmin/templates/memonstandard/layout/drop.gif) right no-repeat;
}

/* style the third level hover */
 .menu ul ul ul a.drop:hover {
	background:#efefefbbb url(/fileadmin/templates/memonstandard/layout/drop.gif) right no-repeat;
}
 .menu ul ul ul :hover > a.drop {
	background:#efefef url(/fileadmin/templates/memonstandard/layout/drop.gif) right no-repeat;
}






/* style the third level background */
 .menu ul ul ul a,  .menu ul ul ul a:visited {
	background:#efefef;
}
/* style the third level hover */
 .menu ul ul ul a:hover {
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
 .menu ul ul  {
	visibility:hidden;
	position:absolute;
	height:0;
	top:0px;
	left:150px;
/*	width:130px;*/
}
/* another hack for IE5.5 */
* html  .menu ul ul {
	top:0px;
	t\op:0px;
}



/* position the third level flyout menu */
 .menu ul ul ul {
	left:156px;
	top:0;
	width:156px;
}
/* position the third level flyout menu for a left flyout */
 .menu ul ul ul.left {
	left:-90px;
}



/* style the table so that it takes no part in the layout - required for IE to work */
 .menu table {
	position:absolute;
	top:0;
	left:0;
}


/* style the second level links */
 .menu ul ul a,  .menu ul ul a:visited {
	background:#eee;
	color:#000 !important;
	font-size:11px;
	height:auto;
	padding:4px 4px;
	width:150px; /* yet another hack for IE5.5 */
	border-bottom:1px solid #efefef;
      }

* html  .menu ul ul a {
	width:150px;
	w\idth:149px;
}
/* style the top level hover */
 .menu a:hover,  .menu ul ul a:hover {
	color:#104468;
	background:#aaaaaa;
}
 .menu :hover > a,  .menu ul ul :hover > a, .menu .dropact1 {
	color:#000 !important;
	background:#C8EB0B;
}




/* make the second level visible when hover on first level list OR link */
 .menu ul li:hover ul,   .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
 .menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
 .menu ul :hover ul :hover ul {
	visibility:visible;
}


/****************************************/


#ADDONMENU {
	width:auto;
	font-size:11px;
}

.aomenu {
	z-index:100;
	font-weight:bold;
}

/* hack to correct IE5.5 faulty box model */
* html .aomenu {
/*	width:330px;
	w\idth:229px;*/
}

/* remove all the bullets, borders and padding from the default list styling */
.aomenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	text-align:center;
}
.aomenu ul ul {
	width:60px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown.aomenu positon */
.aomenu li {
	float:right;
	width:60px;
	position:relative;
}

/* style the links for the top level */
.aomenu a:link{
	color:#104468;
	text-decoration: none;
	}

.aomenu a, .aomenu a:visited {
	display:block;
	text-decoration:none;
	color:#104468;
	width:auto; 
}



/* a hack so that IE5.5 faulty box model is corrected */
* html .aomenu a, * html .aomenu a:visited {width:auto; w\idth:auto;}




/* style the second level background */
.aomenu ul ul a.drop, .aomenu ul ul a.drop:visited {
/*	background:#607562 url(/fileadmin/templates/standard/layout-images/drop.gif) right no-repeat;*/
	background-color:#607562;
	}

/* style the second level hover */
.aomenu ul ul a.drop:hover{
/*	background:#607562 url(/fileadmin/templates/standard/layout-images/drop.gif) right no-repeat;*/
	background-color:#607562;
	}
	
.aomenu ul ul :hover > a.drop {
/*	background:#607562 url(/fileadmin/templates/standard/layout-images/drop.gif) right no-repeat;*/
	background-color:#607562;
	}


/* style the third level background */
.aomenu ul ul ul a, .aomenu ul ul ul a:visited {
	background:#607562;
	}


/* style the third level hover */
.aomenu ul ul ul a:hover {
	background:#b2ab9b;
	}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.aomenu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:14px;
	left:0; 
	width:150px;
	border-top:0px none #bbb;
	border-bottom:0px none #bbb;	
	}


/* another hack for IE5.5 */
* html .aomenu ul ul {
	top:15px;
	t\op:15px;
	}


/* position the third level flyout.aomenu */
.aomenu ul ul ul{
	left:-150px; 
	top:0px; 
	width:150px;
	}

/* position the third level flyout.aomenu for a left flyout */
.aomenu ul ul ul.left {
	left:-150px;
	}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.aomenu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}


/* style the second level links */
.aomenu ul ul a, .aomenu ul ul a:visited {
	background:#666; 
	color:#104468; 
	height:auto; 
	line-height:1em; 
	padding:2px 5px; 
	text-align:left;
	width:150px;
	border-width:0 1px 1px 1px;
	border-top:   1px solid #aaa;	
	border-bottom:1px solid #777;	
	border-left:  1px solid #666;	
	border-right: 1px solid #888;	
}

/* yet another hack for IE5.5 */
* html .aomenu ul ul a, * html .aomenu ul ul a:visited {
	width:150px;
	w\idth:149px;
	}

/* style the top level hover */
.aomenu a:hover, .aomenu ul ul a:hover{
	color:#104468;
/*	background:#F9D100 url(/fileadmin/templates/standard/layout-images/lt.aomenumarker.jpg);*/
	background-color:#F9D1ff;	
	}
.aomenu :hover > a, .aomenu ul ul :hover > a {
	color:#000000;
/*	background:#F9D100 url(/fileadmin/templates/standard/layout-images/lt.aomenumarker.jpg);*/
	background-color:#104468;	

	}

/* make the second level visible when hover on first level list OR link */
.aomenu ul li:hover ul,
.aomenu ul a:hover ul{
	visibility:visible; 
	}


/* keep the third level hidden when you hover on first level list OR link */
.aomenu ul :hover ul ul{
	visibility:hidden;
	}


/* make the third level visible when you hover over second level list OR link */
.aomenu ul :hover ul :hover ul{
	visibility:visible;
	}

