/*
Menu related selectors
*/
.jsdomenumaindiv {
	border: none;
	cursor: pointer;
	position: absolute; /* Do not alter this line! */
	z-index: 10;
	margin-left: 14px;
	margin-right: 1px;
	text-align:right;
	background-color: white;
}

.jsdomenudiv {
	background-color: white;
	border: 1px solid #D4D4D4;
	cursor: pointer;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}


.jsdomenuitem {
	background-color: transparent;
	border: none;
	color: #4A4A4A;
	font-size: 12px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
	border-bottom: 1px solid #D4D4D4;
}

.jsdomenuitemover {
	background-color: #009BC9;
	border-bottom: 1px solid #D4D4D4;
	color: white;
	font-size: 12px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url(classic_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(classic_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 {
}

.jsdomenusep hr {
	text-align: center;
	width: 95%;
	border: 0.5px solid #D4D4D4;
}

/*
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(/sitedesign/csaimg/arrow.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	right: 5px;
	height: 6px;
	position: absolute; /* Do not alter this line! */
	width: 3px;
}