

/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #feefd6;
	border: 1px solid #fcb032;
	margin-top:-1px;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
	text-align:left;
}

.jsdomenuitem {
	background-color: transparent;
	border: none;
	color: #000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 0.3em 0.5em 0.3em 0.5em;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #fdd798;
	border: none;
	color: #920517;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 0.3em 0.5em 0.3em 0.5em;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenuarrowover {
	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%;
}



