/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #222222;
	border: 1px outset;
	border-bottom-color: #111111;
	border-left-color: #111111;
	border-right-color: #888888;
	border-top-color: #888888;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background-color: transparent;
	border: none;
	color: #FFFFFF;
	font-family: Palatino Linotype, Georgia, Book Antiqua, Times New Roman;
	font-size: 8pt; font-weight:normal;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #555555;
	background-image: url(classic_arrow_o.png);
	background-position: 6px 6px;	
	background-repeat: no-repeat;
	border: none;
	color: #FFFFDD;
	font-family: Palatino Linotype, Georgia, Book Antiqua, Times New Roman;
	font-size: 8pt; font-weight:normal;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 2px;
	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: 80%;
	color: #555555;
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: #000000;
	background-image: url();
	background-position: left;
	background-repeat: no-repeat;
	border: 0px outset;
	border-bottom-color: #111111;
	border-left-color: #111111;
	border-right-color: #333333;
	border-top-color: #333333;
	cursor: default;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	font-family: Palatino Linotype, Georgia, Book Antiqua, Times New Roman;
	font-size: 9pt; font-weight:normal;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	background-color: #000000;
	border: 1px solid;
	border-bottom-color: #000000;
	border-left-color: #888888;
	border-right-color: #888888;
	border-top-color: #000000;
	color: #AAAAAA;
	font-family: Palatino Linotype, Georgia, Book Antiqua, Times New Roman;
	font-size: 9pt; font-weight:normal;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	margin-right:2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: #000000;
	border: 1px solid;
	border-bottom-color: #000000;
	border-left-color: #888888;
	border-right-color: #888888;
	border-top-color: #000000;
	background-image: url(animbg.gif);
	background-position: left;
	background-repeat:;
	color: #FFFFFF;
	font-family: Palatino Linotype, Georgia, Book Antiqua, Times New Roman;
	font-size: 9pt; font-weight:normal;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	margin-right:2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	background-color: #000000;
	border: 1px solid;
	border-bottom-color: #000000;
	border-left-color: #888888;
	border-right-color: #888888;
	border-top-color: #000000;
	background-image: url(animbg.gif);
	background-position: left;
	background-repeat:;
	color: #FFFFFF;
	font-family: Palatino Linotype, Georgia, Book Antiqua, Times New Roman;
	font-size: 9pt; font-weight:normal;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	margin-right:2px;
	position: relative; /* Do not alter this line! */
}

/*
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;
}