
#nav {
	float: left;
	width: 200px;
	height: auto;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-left: 10px;
	}


#menueHead1, #menueHead2, #menueHead3, #menueHead4, #menueHead5, #menueHead6, #menueHead7, #menueHead8
	{
	background-color: #A34B11;
	color: #FFBA8E;
  	text-align: center;
  	display: block;
  	font-size: 16px;
	font-weight: 100;
  	line-height: 35px;
  	text-decoration: none;
    border-bottom: 2px solid #2CD1B0;
  	width: 160px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	}
	
#menueHead1 a, #menueHead2 a, #menueHead3 a, #menueHead4 a, #menueHead5 a, #menueHead6 a, #menueHead7 a
	{
	background-color: #A34B11;
	color: #FFBA8E;
  	text-align: center;
  	display: block;
  	font-size: 16px;
	font-weight: 100;
  	line-height: 35px;
  	text-decoration: none;
  	width: 160px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
 
#menueHead1 a:hover, #menueHead2 a:hover, #menueHead3 a:hover, #menueHead4 a:hover, #menueHead5 a:hover, #menueHead6 a:hover, #menueHead7 a:hover#menueHead8 a:hover
	{  
	color: #FFBA8E;
	background-color: A34B11;
	}


#menueID1, #menueID2, #menueID3, #menueID4, #menueID5, #menueID6, #menueID7, #menueID8
	{
	display: none;
	background-color: #c0c0c0;}
											

#menueID1 a, #menueID2 a, #menueID3 a, #menueID4 a, #menueID5 a, #menueID6 a, #menueID7 a, #menueID8 a
	{
	display: block;
	border-bottom: 1px solid #2CD1B0;
	line-height: 35px;
	background-color: #FFBA8E;
	color: #A34B11;
	text-decoration: none;
	font-size: 14px;
	}
							

#menueID1 a:hover, #menueID2 a:hover, #menueID3 a:hover, #menueID4 a:hover, #menueID5 a:hover, #menueID6 a:hover, #menueID7 a:hover, #menueID8 a:hover
{ background-color: #FFBA8E;
color: #A34B11;}



/*Menu Header Styles*/
.menu-item h4 {
  color: #FFBA8E;
  text-align: center;
  width: 160px;
  font-size: 16px;
  font-weight: 100;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 35px;
  background-color: #A34B11;
  margin-left: 20px;
  padding: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}

/*ul Styles*/
.menu-item ul {
  text-align: center;
  background-color: #FFBA8E;
  color: #A34B11;
  font-size: 14px;
  width: 160px;
  line-height: 35px;
  list-style-type: none;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 20px;
  border-bottom: 1px solid #2CD1B0;
}
 
 
/*li Styles*/
.menu-item li {
  border-bottom: 1px solid #2CD1B0;
}
 
