/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #d5e7c8;
	border: 0px solid black;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background-color: transparent;
	border: 1px solid black;
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	margin:2px;
}

.jsdomenuitemover {
	/* fare üzerine gelince */
	background-color: #000099;
	border: 1px solid black;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	margin:2px;
}

.jsdomenuarrow {
	background-image: url(classic_arrow.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}




