/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #FFFFFF;
	border: 1px outset;
	border-bottom-color: #20305A;
	border-left-color: #20305A;
	border-right-color: #20305A;
	border-top-color: #20305A;
	cursor: hand;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}


/* MAINMENU SECTION START */

.jsdomenubaritem {
	cursor: hand;
	background-color: #FFFFFF;
	border: 1px solid #8D95AA;
	color: #20305A;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	cursor: hand;
	background-color: #A00080;
	border: 1px solid #20305A;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	cursor: hand;
	background-color: #A00080;
	border: 1px solid #20305A;
	color: #20305A;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

/* MAINMENU SECTION END */


/* SUBMENU SECTION START */
.jsdomenuitem {
	background-color: transparent;
	border: none;
	color: #20305A;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #A00080;
	border: none;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 3px;
	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%;
}

/* SUBMENU SECTION END*/

/*
Menu bar related selectors
THE BAR IT SELF
*/
.jsdomenubardiv {
	background-color: #FFFFFF;
	/* background-image: url(classic_divider.png); */
	background-position: left;
	background-repeat: no-repeat;
	border: 0px;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
	cursor: default;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 0px;
}


/*
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;
}
