/*	SWS Unternehmensgruppe GmbH
 *	REWA mbH
 *	menu.css
 *	Version 1.23
 *	Copyright (C) 2007 REWA, SWS Unternehmensgruppe Stadtwerke Stralsund GmbH
 *	Erstellt von cma Boreus Rechenzentrum GmbH www.boreus.de
/*
	============== Menue ========================
*/
#navigation {
	margin-left:15px;
	padding-top:4px;
	padding-bottom:190px;
	margin-top:6px;
	padding-right:12px;
	width:183px;
	float:left;
	font-family:Arial;
	font-weight:bold;
	font-size:1em;
}
#navigation .menue {
	width:162px;
}
#navigation .menue a {
	margin-left:7px;
	color:#1e90ff;
}
#navigation a {
	text-decoration:none;
}
#navigation li a.sub {
	color:#808080;
	text-decoration:none;
}
#navigation li.active {
	border-right:5px solid #77bcff;
}
#navigation li:hover {
	border-right:5px solid #808080;
	background:#f5f5f5;
}
/* remove all the bullets, borders and padding from the default list styling */
#navigation ul {
	padding:0;
	margin:0;
	list-style-type:none;
	visibility:hidden;
	position:absolute;
	top:0;
	left:180px;
/*	background-image:url(/fileadmin/templates/main/pic/trans_bg.gif); */ 
}
/* float the list to make it vertical and a relative position so that you can control the menu positon */
#navigation li {
	display:block;
	float:left;
	position:relative;
}
#navigation ul li {
	display:block;
	position:relative;
	left:10px;
	background:#fff;
/*	background-image:url(/fileadmin/templates/main/pic/trans_bg.png); */
	border-bottom:1px dotted #808080;
}
/* style the links for the top level */
#navigation ul li a {
	display:block;
	padding:8px 0 8px 8px;
	position:relative;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#navigation ul ul {
	display:block;
	visibility:hidden;
	position:absolute;
	top:31px;
}
/* make the second level visible when hover on first level list OR link */
#navigation :hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#navigation :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#navigation :hover ul :hover ul{
	visibility:visible;
	top:0;
}
/* style the submenues */
#navigation .sub-menu {
/*	background:blue; */
	width:244px;
	z-index:1;
}
#navigation .sub-menu li {
/*	background:red; */
	width:234px;
}
#navigation .sub-menu a {
/*	background:yellow; */
	width:218px;
}
#navigation .sub-sub-menu {
/*	background:blue; */
	background:url('/fileadmin/templates/main/pic/trans_bg.gif'); 
	width:222px;
	left:235px;
	z-index:1;
}
#navigation .sub-sub-menu li {
/*	background:red; */
	width:212px;
}
#navigation .sub-sub-menu a {
/*	background:yellow; */
	width:196px;
}

