.box {
  display: inline-block;
  width: 200px;
  height: 100px;
  margin: 1em;
}

#menu{
	max-width:750px;
	max-height:25px;
	height:10px;
	margin: 0;
	padding-top:7px;
	vertical-align:middle;
	list-style: none; 
	background: #A0D34E;
	-moz-box-shadow: 0 2px 0px #6AAD4D;
	-webkit-box-shadow: 0 2px 0px #6AAD4D;
	box-shadow: 0 0px 0px #6AAD4D;
}

#menu li{
	float: left;
	padding: 0px 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a {
	float: left;
	height: 25px;
	padding: 0 25px;
	text-decoration:none;
	font-family:  'Source Sans Pro', sans-serif;
	font-weight: 900;
	font-size:16px;
	letter-spacing: 2px;
COLOR:#443824; 
text-shadow: 1px 1px 1px #6AAD4D;
border-left:1px solid #443824;
}


#menu li:hover > a{
	color: #D0E980;
}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
	position: absolute; 
    list-style: none;
    padding: 0;   
	display:none; 
	margin:0 auto; 
    top: 20px;
    left: 0px;
    z-index: 99;    
	background: #f3f8e2;
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 2px 0 #A0D34E, 0 2px 0 #A0D34E;
    -webkit-box-shadow: 0 2px 0 #A0D34E, 0 2px 0 #A0D34E;
    box-shadow: 0 2px 0 #A0D34E, 0 2px 0 #A0D34E;
	width:220px;
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a{    
    padding: 10px;
	height: 10px;
	width: 200px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

#menu ul a:hover{
    background: #6AAD4D; /* fond sous-menu */
}

#menu ul li:first-child > a{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
/*fleche*/
#menu ul li:first-child > a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #f3f8e2;
}

#menu ul li:first-child a:hover:after{
    /*border-bottom-color:  #ff9900; /*#A0D34E; */
}

#menu ul li:last-child > a{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
/* Clear floated elements */
#menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

@media (max-width: 750px) {
  #menu{padding-left:5px;}
  #menu li{width:120px;background: #f3f8e2;}
.lastmnu {border-right:0px;}
}
@media (min-width: 751px) {
.lastmnu {border-right:1px solid #443824;}
}