/*
Menu related selectors
*/
.jsdomenudiv {

	background-color: #ef7f01;
	border: 1px #32773d solid;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	top:100px;
	left:0px;
	visibility: hidden;
	z-index: 10;

}

.jsdomenuitem {

	/*background-color: #d4df40;*/
	border: none;
	color: #32773d;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */

}

.jsdomenuitemover {
	/*background-color: #d4df40;*/
	border: none;
	color: #ff9e47;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	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;
	color:f49e51;
}

.jsdomenusep {
}

.jsdomenusep hr {
	text-align: center;
	width: 95%;
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: transparent;
	/*background-image: url(classic_divider.png);*/
	background-position: left;
	background-repeat: no-repeat;
	border: 0px solid;

	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: Arial, sans-serif;
	font-size: 12px;
	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-color: transparent;
	border: none;
	color: #32773d;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: transparent;
	color: #ef7f01;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	background-color: transparent;
	color: #ef7f01;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 9px;
	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(icon1.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon2 {
	background-image: url(icon2.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon3 {
	background-image: url(icon3.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}