/*
Menu related selectors
*/
.jsdomenudiv {
	border: 0px solid white; 
	cursor: pointer;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10; font-family:"Times New Roman", Times, serif;
}

.jsdomenuitem { 
	top:18px; left:3px;
	background-color: #214132;
	color: #FFFFFF; 
	border:0px solid #A69524;  border-left:3px solid #A69524; border-bottom:1px solid #292F2D; border-right:1px solid #A69524;
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	text-align:left;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemMain {
	color:#7EB39C; 	background:url(../images/mnu_bg.gif) no-repeat center center;
	font-size:12px; font-weight:normal;
	text-align:center; font-family:"Times New Roman", Times, serif;
	font-size:10px; font-weight:bold; color:#FFFFFF;
	padding-top:20px; padding-bottom:20px;
	line-height:15px; text-decoration:none;
	position: relative; /* Do not alter this line! */
}



.jsdomenuitemover {
	top:18px; left:3px;
	background-color: #2D5743;
	color: #FFFFFF; 
	border:0px solid #A69524;  border-left:3px solid #A69524; border-bottom:1px solid #292F2D; border-right:1px solid #A69524;
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	text-align:left;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemoverMain {
	color:#CBB72C !important; background:url(../images/mnu_bg.gif) no-repeat center center;
	font-size:12px; font-weight:normal;
	text-align:center; font-family:"Times New Roman", Times, serif;
	font-size:10px; font-weight:bold; color:#FFFFFF;
	padding-top:20px; padding-bottom:20px;
	line-height:15px; text-decoration:none;
	position: relative; /* Do not alter this line! */
}


.jsdomenuarrow {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 10px;
	position: absolute; /* Do not alter this line! */
	right: -2px;
	width: 20px;
}

.jsdomenuarrowover {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 10px;
	position: absolute; /* Do not alter this line! */
	right: -2px;
	width: 20px;
}

.jsdomenusep {
	border-top:2px solid #FFFFFF;
	height:2px;
}
.jsdomenusepMain {
	height:24px;
}


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

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: #CCCCCC;
	background-position: left;
	background-repeat: no-repeat;
	border: 2px outset;
	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: 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: #CCCCCC;
	border: none;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: #CCCCCC;
	border: 1px outset;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 21px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	background-color: #000099;
	border: 1px solid #000099;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 21px;
	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;
}