/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #A51515;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans, Arial, sans-serif;
	border-bottom: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background-color: transparent;
	color: white;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-top: 3px;
	border-bottom: 1px solid black;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #C0C0C0;
	color: black;
	font-size: 12px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-top: 3px;
	border-bottom: 1px solid black;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url('WhiteArrow.gif');
	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('BlackArrow.gif');
	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-color: transparent;
	color: white;
	border: 0px;
	cursor: pointer;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans, Arial, sans-serif;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubaritem {
	background-color: transparent;
	border: 0px;
	padding-left: 2px;
	padding-right: 10px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: transparent;
	color: black;
	border: 0px;
	padding-left: 2px;
	padding-right: 10px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	background-color: transparent;
	border: 0px;
	padding-left: 2px;
	padding-right: 10px;
	position: relative; /* Do not alter this line! */
}
