.jsdomenuarrow {
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenuarrowover {
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}


.jsdomenudiv {
	background-color: #c9d4df;
	vertical-align:middle;
	border-bottom: 0px;
	border-left: 1px solid;
	border-left-color: #272d78;
	border-right: 1px solid;
	border-right-color: #272d78;
	border-top: 1px solid;
	border-top-color: #272d78;

/*	cursor: default;*/
	cursor: pointer;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {

	height:19px;
	background-color: transparent;
	
	vertical-align:middle;
	
	border-bottom: 1px solid;
	border-bottom-color: #272d78;
	
	padding-left: 10px;
	padding-top: 2px;

	color: #272d78;
	font-family: Arial, Tahoma, Helvetica, sans, sans-serif;
	font-size: 11px;

	position: relative; /* Do not alter this line! */

}
.jsdomenuitem2 {

	height:19px;
	background-color: #bccad8;
	
	vertical-align:middle;
	
	border-bottom: 1px solid;
	border-bottom-color: #272d78;
	
	padding-left: 10px;
	padding-top: 2px;

	color: #272d78;
	font-family: Arial, Tahoma, Helvetica, sans, sans-serif;
	font-size: 11px;

	position: relative; /* Do not alter this line! */

}
.jsdomenuitemover {
	height:19px;
	background-color: #d2dee9;

	border-bottom: 1px solid;
	border-bottom-color: #272d78;
	
	padding-left: 10px;
	padding-top: 2px;

	color: #272d78;
	font-family: Arial, Tahoma, Helvetica, sans, sans-serif;
	font-size: 11px;

	position: relative; /* Do not alter this line! */
}