

/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #f1efe2;
	border: 1px solid #b4b4b4;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
	text-align:left;
}

.jsdomenuitem {
	background-color: transparent;
	border: none;
	color: #666666;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 4px 2px 4px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #bfaa89;
	border: none;
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 4px 2px 4px;
	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%;
}


