/*
Menu related selectors
*/
.jsdomenudiv
{
	background-color: #ffffff;
	background-image: url(office_xp_menu_left.png);
	background-repeat: repeat-y;
	border: 1px solid #8A867A;
	padding-bottom: 1px;
	padding-top: 1px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background: transparent;
	border: none;
	color: #696969;
	font-family: Verdana, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
	padding-bottom: 3px;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover
{
	background-color: #cd5c5c;
	color: #ffffff;
	font-family: Verdana, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
	margin-left: 1px;
	margin-right: 1px;
	padding-bottom: 2px;
	padding-left: 28px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	border: #ffffff 1px solid;
	cursor: hand;
}


.jsdomenuarrow {
	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 {
	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
{
	background-color: Transparent;
	/*background-image: url(office_xp_divider1.png);
	background-position: left;
	background-repeat: no-repeat;*/
	cursor: hand;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
	border-right: #ece9d8 0px solid;
	border-top: #ece9d8 0px solid;
	border-left: #ece9d8 0px solid;
	border-bottom: #ece9d8 0px solid;
}

.jsdomenubardragdiv
{
	cursor: move;
	display: inline;
	font-family:  'Eras Bold ITC' , Verdana, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	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: transparent;
	border: none;
	height: 59px;
	color: #ffffff;
	font-weight: normal;
	display: inline;
	font-family: 'Eras Bold ITC' , Verdana, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 13px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}


.jsdomenubaritemover
{
	background-color: Transparent;
	color: #fa8072;
	height: 100%;
	font-weight: normal;
	display: inline;
	font-family: 'Eras Bold ITC' , Verdana, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 13px;
	padding-right: 9px;
	padding-top: 2px;
	text-decoration: underline;
	position: relative; /* Do not alter this line! */
}


.jsdomenubaritemclick {
	background-color: transparent;
	color: #fa8072;
	height: 39px;
	font-weight: normal;
	display: inline;
	font-family: 'Eras Bold ITC' , Verdana, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 13px;
	padding-right: 9px;
	padding-top: 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: 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;
}
.folder 
{
	background-image: url(folder.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}