/*
Menu related selectors
*/

}.jsdomenudiv {
	background-color: #666666;
	border: 1px solid #C41E3A;
	border-bottom-color: #C41E3A;
	border-left-color: #C41E3A;
	border-right-color: #C41E3A;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	height: 20px;
}
	
.jsdomenuitem {
	background-color: transparent;
	border: 1px groove White;
	font-family: Verdana, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	height: 20px;
	color: White;
}

.jsdomenuitemover {
	background-color: #333333;
	border: none;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	height: 20px;
	cursor: hand;
}

.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;
}


/*
Menu bar related selectors
*/


/*
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: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon2 {
	background-image: url(icon2.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon3 {
	background-image: url(icon3.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}