div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;  
}

menubar.gauche {
}

div.menuBar {
	/*background-color: #FFFFFF;  */
	/*padding: 4px 2px 4px 2px;*/
	padding: 7px 7px 7px 0px;
	text-align: left;
}

div.menuBar a.menuButton {
	color: #FFFFFF;
	background-color: transparent;
	/*border: 1px solid #9355C4;*/
	cursor: default;
	/*left: 0px;*/
	padding: 7px 15px 7px 10px;
	position: relative;
	text-decoration: none;
	/*top: 0px;*/
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bolder;
	background-color: #9355C4;
	/*height: 2px;*/
}

div.menuBar a.menuButton:hover {
	/*background-color: transparent;*/
	/*border: 1px outset #ECE9D8;*/
	color: black;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
	/*background-color: #60149A;*/
	/*border: 1px inset #ECE9D8;*/
	/*color: #ffffff;*/
	/*left: 1px;*/
	/*top: 2px;*/
	/*font-style: italic;*/
	color: #CCFF99;
	cursor:hand;
}

div.menu {
	background-color: #681797;
	border: 1px outset #ECE9D8;
	left: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}

div.menu a.menuItem {
	color: #FFFFFF;
	cursor: default;
	display: block;
	padding: 3px 1em;
	text-decoration: none;
	white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	/*background-color: #681797;*/
	background-color: #9355C4;
	/*font-weight:bold;*/
	/*color: #88E90E;  */
	cursor:hand;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
	/*margin-right: -.75em;*/
}

div.menu div.menuItemSep {
	border: 1px inset #ECE9D8;
	margin: 4px 2px;
}

a.menuButton {
	background-attachment: fixed;
	background-image: url(testMenu_01.png);
	background-repeat: no-repeat;
	background-position: right center;
}

div.menuBar {
	background-attachment: fixed;
	background-image: url(testMenuRight_01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #9355C4;
}

a.menuButtonRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;  
	color: #FFFFFF;
	padding: 7px 4px 7px 4px;
	position: relative;
	text-decoration: none;
	/*z-index: 100;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(testMenuRight_01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #9355C4;
}
.menuButtonLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;  
	/*color: #FFFFFF;*/
	padding: 7px 4px 7px 4px;
	position: relative;
	text-decoration: none;	
	/*z-index: 100;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(testMenuLeft_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #9355C4;
}

a.menuButtonArrow, a.menuButtonArrowDisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;  
	background-color: transparent;
	cursor: hand;
	padding: 7px 15px 7px 10px;
	position: relative;
	text-decoration: none;
	z-index: 100;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;

}
a.menuButtonArrow {
	background-image: url(testMenuArrow_01.png);
}
a.menuButtonArrowDisabled {
	background-image: url(testMenuArrow_04.png);
}
a.menuButtonClose, a.menuButtonCloseDisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;  
	background-color: transparent;
	cursor: hand;
	padding: 7px 20px 7px 10px;
	position: relative;
	text-decoration: none;
	z-index: 100;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;
}
a.menuButtonClose {
	background-image: url(testMenuClose_01.png);
}

a.menuButtonCloseDisabled {
	background-image: url(testMenuClose_04.png);
}