/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: transparent;
  filter: alpha(opacity=95);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
 -moz-opacity: 0.95; opacity:0.95;
	background-image: url(office_xp_menu_left.png);
	background-repeat: repeat-y;
	border: 1px solid #99aed3;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 100000;
}

.jsdomenuitem {
	background: #f29400;
	border: none;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 3px;
	/*text-transform: lowercase;*/
	position: relative; /* Do not alter this line! */
}
.jsdomenuitemalt {
	background: #f29f00;
	border: none;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 3px;
	/*text-transform: lowercase;*/
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #FFF;
	border-width: 1px 0px;
	border-color: #CECECE;
	border-style: solid ;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 2px;
	/*text-transform: lowercase;*/
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	display:none;
	background-image: url(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 {
	display:none;
	background-image: url(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 {
	display:inline;
	width:201px;
	height:25px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #99AED3;
	border: 0px outset;
	cursor: pointer;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
	border:0px solid #000;
	text-align: center;
}

.jsdomenubardragdiv {
	cursor: move;
	display: none;
	font-size: 12px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	border: none;
	color: #FFF;
	display: block;
	width:200px;
	height:20px;
	font-size: 12px;
	padding-top: 4px;
	margin-top:0px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	border: 0px;
	color: #FFF;
	display: block;
	width:200px;
	height:20px;
	font-size: 12px;
	background: url(oOver.gif) no-repeat top left;
	padding-top: 4px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	border: 0px;
	color: #FFF;
	font-size: 12px;
	display:block;
  width:200px;
	height:20px;
	background: url(oOver.gif) no-repeat top left;
	padding-top: 4px;
	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;
}