/*********************************************************************
 *
 ********************************************************************/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}
/*********************************************************************
 * 
 ********************************************************************/
#divmenuetopsub
{
    float: left;
    background-color: #000066;
    width: 100%;
    height: 25px;
}
/*********************************************************************
 * 
 ********************************************************************/
#MenuTopSub *{
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;
	word-spacing:0px;
	width: 190px;
	font-weight: bold;   
	background-color:  #007BF3;
}
/*********************************************************************
 *  Gesamte Menü
 ********************************************************************/
#MenuTopSub{
	display : block;
	float : left;
	padding : 0px;
	margin-top:  3px;
	color: #FFFFFF;
	width: 100%;  
	background-color: #007BF3;
}
/*********************************************************************
 *
 ********************************************************************/
#MenuTopSub li{
	display : block;
	position : relative;
	float: left;
}

/*********************************************************************
 * Top nicht aktiv
 ********************************************************************/
#MenuTopSub > li > a{
	display : block;
	text-decoration : none;
	background-size : 100% 100%;
	width : auto;
	height : 30px;
	font-size : 15px;
	letter-spacing : 0px;
	min-width : 160px;
	color :  #FFFFFF;

	text-align : center;
	border-radius : 7px;
	line-height : 28px;
	font-family : Verdana,Tahoma,Helvetica,Arial;
	border-width : 0px;
	border-style : solid;
	border-color : rgba(0,0,0,0);


}
/*********************************************************************
 *   Untermenü
 ********************************************************************/
#MenuTopSub > li > ul > li > a{
	display : block;
	text-decoration : none;
	background-size : 100% 100%;
	width : auto;
	height : 30px;
	font-size : 15px;
	letter-spacing : 0px;
	min-width : 160px;
/*	color : #002a7e;*/
    color: #FFFFFF;
/*	background-color:  #3333ff;*/
	text-align : center;
	border-radius : 7px;
	line-height : 28px;
	font-family : Verdana,Tahoma,Helvetica,Arial;
	border-width : 0px;
	border-style : solid;
	border-color : rgba(0,0,0,0);
}
/*********************************************************************
 *
 ********************************************************************/
#MenuTopSub > li > ul > li > ul a{
	display : block;
	text-decoration : none;
	background-size : 100% 100%;
	width : auto;
	height : 30px;
	font-size : 15px;
	letter-spacing : 0px;
	min-width : 160px;
	color :  #FFFFFF;

	text-align : center;
	border-radius : 7px;
	line-height : 28px;
	font-family : Verdana,Tahoma,Helvetica,Arial;
	border-width : 0px;
	border-style : solid;
	border-color : rgba(0,0,0,0);

/*	font-weight : bold;*/
}
/*********************************************************************
 *
 ********************************************************************/
#MenuTopSub > li > ul{
	display : block;
	position : absolute;
/*	background-color : #002a7e;*/
	top : 30px;
	left : 0px;
	z-index : 10;
	visibility : hidden;

	opacity : 0;

	/*
	box-shadow : 0px 3px 12px 10px rgba(0,0,0,1);
	border-radius : 0px;
	-webkit-transition : all 1s;
	transition : all 1s;
	border-width : 0px;
	border-style : solid;
	border-color : rgba(0,0,0,0);  */
}
/* 2. Untermenü */
/*********************************************************************
 *
 ********************************************************************/
#MenuTopSub > li > ul > li > ul{
	display : block;
	position : absolute;
/*	background-color : rgba(0,0,0,1);*/
	top : 30px;
	left : 50px;
	z-index : 10;
	visibility : hidden;
	/*
	opacity : 0;
	border-radius : 0px;
	-webkit-transition : all 1s;
	transition : all 1s;
	border-width : 5px;
	border-style : solid;
	border-color : rgba(0,0,0,0);   
	/*/
}
/*********************************************************************
 *
 ********************************************************************/
#MenuTopSub li:hover > a{
	color :  #FFFFFF;
	background-color :  #3333ff;
	font-weight : bold;

}
/* Menü aktiv */
/*********************************************************************
 *
 ********************************************************************/
#MenuTopSub .active > a{
	color :  #FFFFFF;
/*	background-color : #3333ff;*/
	font-weight: bold;
}
/*********************************************************************
 *
 ********************************************************************/
#MenuTopSub > li > ul > li:hover > ul{
	visibility : visible;
	opacity : 1;
}
/*********************************************************************
 *
 ********************************************************************/
#MenuTopSub > li:hover > ul{
	visibility : visible;
	opacity : 1;
}
