dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: relative;
	visibility: inherit;
	width: 271px;
}
dl#menu {
	width: 271px;
}
dl#menu dt {
	cursor: pointer;
	;
	height: 20px;
	line-height: 20px;
	text-align: left;
	border: 1px solid gray;
	background: #ba6d29;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0px;
	text-indent: 20px;
	display: block;
	color: #FFFFFF;
}
#menu #smenu2 a {
	background-color: #FFFFFF;
	text-indent: 50px;
	display: block;
	color: #006600;
	text-align: left;
	line-height: 26px;
	background-image: url(../images/arrowGreen.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
}
#menu #smenu2 a:hover {
	background-image: url(../images/arrowTan.jpg);
	font-weight: normal;
	
}


/*dl#menu dd {
border: 1px solid gray;
}*/
dl#menu li {
text-align: center;
background: #fff;
}
dl#menu li a, dl#menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #026603;
}

#mentions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ba6d29;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}
