.jsdomenudiv {
	background-color: #E9E9E9;
	border: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	cursor: default;
	position: absolute;
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background-color: #E9E9E9;
	border: none;
	color: #000000;
	font-family: sans, Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #333333;
	border: none;
	color: #FFFFFF;
	font-family: sans, Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenusep {
}

.jsdomenusep hr {
	text-align: center;
	width: 95%;
}
