/* // Sous-Menu CSS Garage Passion // */

#drop-nav {
	width:800px;
	height:35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	letter-spacing: 1px;
}
#drop-nav li {
	float: left;
	list-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
	margin: 0;
}
#drop-nav a {
	height:35px;
	display:block;
	text-align:left;
	line-height:35px;
	text-decoration:none;
	color:#FFF;
	font-family:Arial, sans-serif;
	font-size:12px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 2px;
	padding: 0;
}
#drop-nav a:hover {
	color: #FAD600;
}
#drop-nav li ul {
	display:none;
	margin: 0px;
	padding: 0px;
}
#drop-nav li:hover ul {
	width:150px;
	position:absolute;
	display:block;
	list-style:none;
	background-color: #FAD600;
	color: #333;
	border: 1px solid #5D4E13;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#drop-nav li ul a {
	width:140px;
	height:35px;
	display:block;
	margin:0;
	color:#333;
	background-color: #FAD600;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	font-size: 11px;
}
#drop-nav li ul a:hover {
	text-decoration: underline;
	color: #000;
}
.sousmenu {
	background-image: url(../images/icone01_hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.activenav {
	font-weight: bold;
	letter-spacing: 1px;
	color: #FAD600;
}

.spacermenu {
	width: 140px;
	height: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #756217;
	border-right-color: #756217;
	border-bottom-color: #756217;
	border-left-color: #756217;
	clear:both;
	float: none;
}
