
.jsdomenuarrow {
	background-image: url(img/arrow.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(img/arrow.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenudiv {
	background-color: #7e587e;
	border: 2px solid black;
	cursor: default;
	padding-bottom: 3px;
	padding-top: 3px;
	position: absolute;
	visibility: hidden;
	z-index: 10;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=96) progid:DXImageTransform.Microsoft.Fade(duration=0.2);
}

.jsdomenuitem {
	background: transparent;
	border: 1px solid #7e587e;
	color: white;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background: #571b7e;
	border: 1px solid white;
	color: white;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
	position: relative; /* Do not alter this line! */
}

.jsdomenusep {
	padding-left: 0px;
}

.jsdomenusep hr{
	color: white;
	height: 1px;
	margin-left: 3px;
	margin-right: 3px;
}
