/* this is the main UL element*/
.dropdown{
	letter-spacing: 0px;
	margin:0px;
	padding:0;
	list-style:none;
/*border-bottom:1px solid #444; */
}

/* these are the inner menus*/
.dropdown ul{
	margin:0px;
	padding:0;
/* 	border-top:1px solid #444; */
	list-style:none;	
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	width:175px;
	background-color: #a5a5a5;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration:none;
	color: black;
}

.dropdown a:hover{
	color: white;
	text-decoration: none;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	/* border:1px solid #444; */
	border-top:0;
	margin-left:0px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-image:url('expand_down.png');
	background-position:center right;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right: 10px;
	margin-right: 30px;
	width:165px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('expand_right.gif');
	background-position:center right;
	padding:5px;
	width:120px;
}
/*

added eaqua stuff
*/

#container-grau { margin-left: 10px;margin-top: 10px; margin-bottom: 30px;  }

.shift-10px-right{padding-left: 10px;}
.make-10px-space-bottom{padding-bottom: 10px;}





