/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #F5F5F5; /*#E8E8E9  #CEE5F2; */
	background-repeat: repeat-y;
	border: 1px solid #0B77B5;
	cursor: hand;
	padding-bottom: 1px;
	padding-top: 5px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background: transparent;
	border-bottom: 1px solid #DDDDDD;
	color: black;
	font-family:  Verdana, Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 1px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background: #C1D2EE;
	border-bottom: 1px solid #DDDDDD;
	color: black;
	font-family:  Verdana, Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 1px;
	position: relative; /* Do not alter this line! */
}

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

.jsdomenusep {
	padding-left: 28px;
}

.jsdomenusep hr {
}


/*
Example of selectors for icons. Change the height and width to match the actual 
height and width of the icon image.
*/
.icon1 {
	background-image: url(icon1.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}


