/*** MENU ***/

#Menu {
	width: 153px;
	margin:0px 0px 0px 0px;
	padding:0;
	text-align:center;
}

#Menu UL {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
}

#Menu UL LI {
	background-color: #9AAC00;
	font-size: 13px;
	list-style-image: none;
}

#Menu UL LI DIV {
	background: url('../images/menu_bloc.png') no-repeat;
	margin:0;
	padding: 5px 0px 5px 0px; 
}

#Menu UL LI DIV.Active {
	background: url('../images/menu_bloc_focus.png') no-repeat;
}

#Menu A {
	color: #FFFFFF;
	text-decoration: none;
}


UL.SubMenu{
	background-color: #7D8B00 !important;
	list-style-type: none;
	list-style-image: none;
}

LI.SubMenu {
	border-bottom: 1px solid #B9CF0B;
	border-left: 1px solid #B9CF0B;
	border-right: 1px solid #B9CF0B;
	list-style-image: none;
	padding: 5px 0px 5px 0px; 
	background-color: #7D8B00 !important;
	font-size: 13px;
	list-style-image: none;
}

LI.ActiveSubMenu{
	border-bottom: 1px solid #B9CF0B;
	border-left: 1px solid #B9CF0B;
	border-right: 1px solid #B9CF0B;
	list-style-image: none;
	padding: 5px 0px 5px 0px; 
	background-color: #F28E02 !important;
}

#Menu #MenuFooter {
	background: url('../images/menu_footer.png')  no-repeat;
	width: 153px;
	height: 18px;
}


#Footer UL {
	margin:0px 0px 0px 330px;
	padding:0;
	list-style-type: none;
	list-style-image: none;
}

#Footer UL LI {
	margin: 0px 6px 0px 6px;
	float: left;
	font-size: 10px;
	list-style-image: none;
}

#Footer LI A {
	color:#90AA00;
	display: block;
	text-decoration: none;
}

#Footer LI A.Active {
	color:#90AA00;
	text-decoration: underline;
}