/*
Menu related selectors
*/
/*caca*/
.jsdomenudiv {

	background-image: url(../../../img/inoxbrosse.gif);
	border: 1px;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;

}

.jsdomenuitem {
	background-image: url(../../../img/inoxbrosse.gif);
	border: 1px;
	color: #666666;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 18px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
		
}

.jsdomenuitemover {
	/*background-color: #000099;*/
	border: 1px inset;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 18px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-top: 2px;
	padding-left: 21px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url(classic_arrow.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenuarrowover {
	background-image: url(classic_arrow_o.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenusep {

}

.jsdomenusep hr {
	text-align: center;
	width: 95%;
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-image: url(../../../img/inoxbrosse.gif);
	background-position: left;
	background-repeat: repeat;
	border: 0px;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	border-right-color: #000000;
	border-top-color: #FFFFFF;
	cursor: default;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 18px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	background-image: url(../../../img/inoxbrosse.gif);
	border: 0px;
	color: #666666;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 18px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-image: url(../../../img/inoxbrosse.gif);
	border: 0px;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 18px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 2px;
	width:200px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	border: 0px;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 18px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

/*
Example of selectors for icons. Change the height and width to match the actual 
height and width of the icon image.
*/
.icon1 {
	background-image: url(sep.jpg);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 26px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 8px;
	vertical-align:middle;

}
.icon1over {
	background-image: url(sep2.jpg);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 26px;
	left: 0px;
	position: absolute; /* Do not alter this line! */
	width: 8px;
	vertical-align:middle;
	top: 3px;

}

