/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #F0F0F0;
	/*background-image: url(office_xp_menu_left.png);*/
	background-repeat: repeat-y;
	border: 1px solid #6E82A0;
	cursor: default;
	padding-bottom: 0px;
	padding-top: 0px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background: transparent;
	border: 1px solid #F0F0F0;
	color: #000000;
	cursor: pointer;
	font-family: Verdana, Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #CDD4DF;
	border: 1px solid #6E82A0;
	color: #000000;
	cursor: pointer;
	font-family: Verdana, Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url(img/office_xp_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(img/office_xp_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 {
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
/*	background-color: #ECE9D8;*/
	background-color: #F0F0F0;
	/*background-image: url(office_xp_divider.png);
	background-position: left;
	background-repeat: no-repeat;
	border: 1px outset*/
	border: 1px solid #F0F0F0;
	cursor: default;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	background-color: #F0F0F0;
	cursor: default;
	display: inline;
	font-family: Verdana, Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 0px;
}

.jsdomenubaritem {
	background-color: #F0F0F0;
	cursor: pointer;
	color: #000000;
	display: inline;
	font-family: Verdana, Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	vertical-align: absmiddle;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: #6E82A0;
	cursor: pointer;
	color: #FFFFFF;
	display: inline;
	font-family: Verdana, Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	vertical-align: absmiddle;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	background-color: #6E82A0;
	cursor: pointer;
	color: #FFFFFF;
	display: inline;
	font-family: Verdana, Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	vertical-align: absmiddle;
	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: 4px;
	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: 4px;
	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: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}
