/*

Here's a demo stylesheet used to format a menu and its content.
Feel free to alter the menu layout however you want. All you have to do is ensure the script
has the correct CSS property name (like 'visibility' or 'display') that you want it to change.

One good resource for UL/LI formatting: http://www.alistapart.com/articles/taminglists/
Consult your favourite CSS reference for editing fonts/borders/etc.

Otherwise, even if you're not very experienced at CSS, you can just go through and change
the #RGB border/background colours where suitable to customise for your site!

*/



/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menutop, .menutop  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	z-index:2;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menutop ul {
 visibility: hidden;
 position: absolute;
 top: 45px;
 left: 22px;
 width: 229px;
}


/* Second and third etc. level submenus - position across from parent instead */
.menutop ul ul {
 top: 0px;
 left: 190px;
}


/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menutop li {
	float: left;
	position: relative;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menutop ul li {
	float: none;
	text-align: left;
	background-color: #e0dfc3;
 	padding-bottom: 0px;
	border-bottom-width:1px;
	border-bottom-color:#ffffff;
	border-bottom-style:solid;	
	border-right-width:1px;
	border-right-color:#a48f78;
	border-right-style:solid;	
}
/*
.menutop li#unternehmen li {
 float: none;
 margin-top: 2px;
 margin-bottom: 1px;
 text-align: left;
 width: 114px;
}*/
.menutop ul>li:last-child {
	border-bottom-width:1px;
	border-bottom-color:#a48f78;
	border-bottom-style:solid;	
}
/* Bottom TEXT inside the menu */
.menubottom {
	display: block;
	height: 9px;
	font-size: 2px;
}

/* Links inside the menu */
.menutop a {
	display: block;
	text-decoration:  none;
	padding-left:21px;
	padding-top:5px;
	padding-bottom:3px;
	padding-right: 10px;
	color:#333333;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */

.menutop li ul li a.highlighted, .menutop li ul li a.highlighted:hover, .menutop li ul li a, .menutop li ul li a:visited {
	color: #333333;
}

.menutop li ul li a:hover, .menutop li ul li a:focus {
	color: #333333;
	background-color: #a48f78;
}
/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menutop a#xyz {
      background-image: url(out.gif);
    }
    .menutop a#xyz:hover, .menutop a.highlighted#xyz, .menutop a:focus {
     background-image: url(over.gif);
    }
*/

/* Bloeck fuer jeden Hauptmenuepunkt definieren */

/* Über Securo */
	.menutop a#ueber_securo_de, .menutop a#ueber_securo_de_p, .menutop a#ueber_securo_de:hover, .menutop a.highlighted#ueber_securo_de, .menutop a#ueber_securo_de:focus, .menutop a#ueber_securo_de_p:hover, .menutop a.highlighted#ueber_securo_de_p, .menutop a#ueber_securo_de_p:focus {
		background-image: url(../images/nav/ueber_securo_de_o.gif);
		width: 208px;
		height: 31px;
		padding: 0px;
		margin-left:0px;
	}
	.menutop a#ueber_securo_de_p {
		background-image: url(../images/nav/ueber_securo_de_p.gif);
	}
	.menutop a#ueber_securo_de {
		background-image: url(../images/nav/ueber_securo_de.gif);
	}

/* maschendrahtzaeune */
	.menutop a#maschendrahtzaeune_de, .menutop a#maschendrahtzaeune_de_p, .menutop a#maschendrahtzaeune_de:hover, .menutop a.highlighted#maschendrahtzaeune_de, .menutop a#maschendrahtzaeune_de:focus, .menutop a#maschendrahtzaeune_de_p:hover, .menutop a.highlighted#maschendrahtzaeune_de_p, .menutop a#maschendrahtzaeune_de_p:focus {
		background-image: url(../images/nav/maschendrahtzaeune_de_o.gif);
		width: 208px;
		height: 28px;
		padding: 0px;
	}
	.menutop a#maschendrahtzaeune_de_p {
		background-image: url(../images/nav/maschendrahtzaeune_de_p.gif);
	}
	.menutop a#maschendrahtzaeune_de {
		background-image: url(../images/nav/maschendrahtzaeune_de.gif);
	}

/* wildschutzzaeune*/
	.menutop a#wildschutzzaeune_de, .menutop a#wildschutzzaeune_de_p, .menutop a#wildschutzzaeune_de:hover, .menutop a.highlighted#wildschutzzaeune_de, .menutop a#wildschutzzaeune_de:focus, .menutop a#wildschutzzaeune_de_p:hover, .menutop a.highlighted#wildschutzzaeune_de_p, .menutop a#wildschutzzaeune_de_p:focus {
		background-image: url(../images/nav/wildschutzzaeune_de_o.gif);
		width: 208px;
		height: 30px;
		padding: 0px;
	}
	.menutop a#wildschutzzaeune_de_p {
		background-image: url(../images/nav/wildschutzzaeune_de_p.gif);
	}
	.menutop a#wildschutzzaeune_de {
		background-image: url(../images/nav/wildschutzzaeune_de.gif);
	}

/* sicherheitszaeune */
	.menutop a#sicherheitszaeune_de, .menutop a#sicherheitszaeune_de_p, .menutop a#sicherheitszaeune_de:hover, .menutop a.highlighted#sicherheitszaeune_de, .menutop a#sicherheitszaeune_de:focus, .menutop a#sicherheitszaeune_de_p:hover, .menutop a.highlighted#sicherheitszaeune_de_p, .menutop a#sicherheitszaeune_de_p:focus {
		background-image: url(../images/nav/sicherheitszaeune_de_o.gif);
		width: 208px;
		height: 27px;
		padding: 0px;
	}
	.menutop a#sicherheitszaeune_de_p {
		background-image: url(../images/nav/sicherheitszaeune_de_p.gif);
	}
	.menutop a#sicherheitszaeune_de {
		background-image: url(../images/nav/sicherheitszaeune_de.gif);
	}


/* sportanlagen */
	.menutop a#sportanlagen_de, .menutop a#sportanlagen_de_p, .menutop a#sportanlagen_de:hover, .menutop a.highlighted#sportanlagen_de, .menutop a#sportanlagen_de:focus, .menutop a#sportanlagen_de_p:hover, .menutop a.highlighted#sportanlagen_de_p, .menutop a#sportanlagen_de_p:focus {
		background-image: url(../images/nav/sportanlagen_de_o.gif);
		width: 208px;
		height: 28px;
		padding: 0px;
	}
	.menutop a#sportanlagen_de_p {
		background-image: url(../images/nav/sportanlagen_de_p.gif);
	}
	.menutop a#sportanlagen_de {
		background-image: url(../images/nav/sportanlagen_de.gif);
	}

/* schrankenanlagen */
	.menutop a#schrankenanlagen_de, .menutop a#schrankenanlagen_de_p, .menutop a#schrankenanlagen_de:hover, .menutop a.highlighted#schrankenanlagen_de, .menutop a#schrankenanlagen_de:focus, .menutop a#schrankenanlagen_de_p:hover, .menutop a.highlighted#schrankenanlagen_de_p, .menutop a#schrankenanlagen_de_p:focus {
		background-image: url(../images/nav/schrankenanlagen_de_o.gif);
		width: 208px;
		height: 27px;
		padding: 0px;
	}
	.menutop a#schrankenanlagen_de_p {
		background-image: url(../images/nav/schrankenanlagen_de_p.gif);
	}
	.menutop a#schrankenanlagen_de {
		background-image: url(../images/nav/schrankenanlagen_de.gif);
	}
	/* schiebetore */
	.menutop a#schiebetore_de, .menutop a#schiebetore_de_p, .menutop a#schiebetore_de:hover, .menutop a.highlighted#schiebetore_de, .menutop a#schiebetore_de:focus, .menutop a#schiebetore_de_p:hover, .menutop a.highlighted#schiebetore_de_p, .menutop a#schiebetore_de_p:focus {
		background-image: url(../images/nav/schiebetore_de_o.gif);
		width: 208px;
		height: 27px;
		padding: 0px;
	}
	.menutop a#schiebetore_de_p {
		background-image: url(../images/nav/schiebetore_de_p.gif);
	}
	.menutop a#schiebetore_de {
		background-image: url(../images/nav/schiebetore_de.gif);
	}
	/* tueren_toranlagen */
	.menutop a#tueren_toranlagen_de, .menutop a#tueren_toranlagen_de_p, .menutop a#tueren_toranlagen_de:hover, .menutop a.highlighted#tueren_toranlagen_de, .menutop a#tueren_toranlagen_de:focus, .menutop a#tueren_toranlagen_de_p:hover, .menutop a.highlighted#tueren_toranlagen_de_p, .menutop a#tueren_toranlagen_de_p:focus {
		background-image: url(../images/nav/tueren_toranlagen_de_o.gif);
		width: 208px;
		height: 29px;
		padding: 0px;
	}
	.menutop a#tueren_toranlagen_de_p {
		background-image: url(../images/nav/tueren_toranlagen_de_p.gif);
	}
	.menutop a#tueren_toranlagen_de {
		background-image: url(../images/nav/tueren_toranlagen_de.gif);
	}
	
		/* securo-design */
	.menutop a#securo-design_de, .menutop a#securo-design_de_p, .menutop a#securo-design_de:hover, .menutop a.highlighted#securo-design_de, .menutop a#securo-design_de:focus, .menutop a#securo-design_de_p:hover, .menutop a.highlighted#securo-design_de_p, .menutop a#securo-design_de_p:focus {
		background-image: url(../images/nav/securo-design_de_o.gif);
		width: 208px;
		height: 28px;
		padding: 0px;
	}
	.menutop a#securo-design_de_p {
		background-image: url(../images/nav/securo-design_de_p.gif);
	}
	.menutop a#securo-design_de {
		background-image: url(../images/nav/securo-design_de.gif);
	}
			/* referenzen */
	.menutop a#referenzen_de, .menutop a#referenzen_de_p, .menutop a#referenzen_de:hover, .menutop a.highlighted#referenzen_de, .menutop a#referenzen_de:focus, .menutop a#referenzen_de_p:hover, .menutop a.highlighted#referenzen_de_p, .menutop a#referenzen_de_p:focus {
		background-image: url(../images/nav/referenzen_de_o.gif);
		width: 208px;
		height: 30px;
		padding: 0px;
	}
	.menutop a#referenzen_de_p {
		background-image: url(../images/nav/referenzen_de_p.gif);
	}
	.menutop a#referenzen_de {
		background-image: url(../images/nav/referenzen_de.gif);
	}
				/* schnaeppchen */
	.menutop a#schnaeppchen_de, .menutop a#schnaeppchen_de_p, .menutop a#schnaeppchen_de:hover, .menutop a.highlighted#schnaeppchen_de, .menutop a#schnaeppchen_de:focus, .menutop a#schnaeppchen_de_p:hover, .menutop a.highlighted#schnaeppchen_de_p, .menutop a#schnaeppchen_de_p:focus {
		background-image: url(../images/nav/schnaeppchen_de_o.gif);
		width: 208px;
		height: 30px;
		padding: 0px;
	}
	.menutop a#schnaeppchen_de_p {
		background-image: url(../images/nav/schnaeppchen_de_p.gif);
	}
	.menutop a#schnaeppchen_de {
		background-image: url(../images/nav/schnaeppchen_de.gif);
	}
					/* gelaender */
	.menutop a#gelaender_de, .menutop a#gelaender_de_p, .menutop a#gelaender_de:hover, .menutop a.highlighted#gelaender_de, .menutop a#gelaender_de:focus, .menutop a#gelaender_de_p:hover, .menutop a.highlighted#gelaender_de_p, .menutop a#gelaender_de_p:focus {
		background-image: url(../images/nav/gelaender_de_o.gif);
		width: 208px;
		height: 30px;
		padding: 0px;
	}
	.menutop a#gelaender_de_p {
		background-image: url(../images/nav/gelaender_de_p.gif);
	}
	.menutop a#gelaender_de {
		background-image: url(../images/nav/gelaender_de.gif);
	}
					/* fachmarkt */
	.menutop a#fachmarkt_de, .menutop a#fachmarkt_de_p, .menutop a#fachmarkt_de:hover, .menutop a.highlighted#fachmarkt_de, .menutop a#fachmarkt_de:focus, .menutop a#fachmarkt_de_p:hover, .menutop a.highlighted#fachmarkt_de_p, .menutop a#fachmarkt_de_p:focus {
		background-image: url(../images/nav/fachmarkt_de_o.gif);
		width: 208px;
		height: 30px;
		padding: 0px;
	}
	.menutop a#fachmarkt_de_p {
		background-image: url(../images/nav/fachmarkt_de_p.gif);
	}
	.menutop a#fachmarkt_de {
		background-image: url(../images/nav/fachmarkt_de.gif);
	}
	
/* Only style submenu indicators within submenus. */
.menutop a .subind {
 display:  none;
}
.menutop ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menutop a {
 float: left;
}
.menutop ul a {
 float: none;

}
/* \*/
.menutop a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menutop  ul li {
 float: left;
 height: 1%;
}
* html .menutop  ul a {
 height: 1%;
}
/* End Hack */
