/*
Menu related selectors
*/
.jsdomenudiv { 
	 /* Drop down menu properties*/
        background-image: url(purple_left.png);
        background-color: #ffffff;
	background-repeat: repeat-y;
	border: 1px solid #e6e4e5;
	cursor: pointer;
        padding-left: 10px;
	padding-bottom: 1px;
	padding-top: 5px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background: transparent; /* Drop down text properties*/
	border: none;
	color: #452938;
	font-family: sans-serif,Tahoma, Helvetica, sans, Arial; 
	font-size: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #de9a91; /* Drop down selector properties */
	border: 1px solid #be6f65;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	margin-left: 1px;
	margin-right: 1px;
	padding-bottom: 2px;
	padding-left: 18px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.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; /* Back Background colour */
	border-color: #452938;
	background-position: left;
	background-repeat: no-repeat;
	border: 0px;
	cursor: default;
	padding-bottom:3px;
        padding-left: 5px;
        padding-right:150px;
	padding-top: 3px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move; /* Applicable for move menu bar only? */
	display: inline;
	font-family: Tahoma, 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; /* Internal menu bar colour */ 
	border: none;
	color: #dd9a91;

	font-family: sans-serif, Tahoma, Helvetica, sans, Arial ;
	font-size: 13px;
        font-weight: bold;
	padding-bottom: 2px;
	padding-left: 24px;
	padding-right: 10px;
	padding-top: 2px;
	position: relative; /* 1Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: #e09993; /* Main Bar hover colour */
	border: 1px solid #bf726c;
	color: #000000;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 24px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	background-color: #e09993;
	border: 1px solid #bf726c;
	color: #000000;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 23px;
	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;
}

.icon4 {
	background-image: url(banner1.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 20px;
        padding-top: 0px;
	position: absolute; /* Do not alter this line! */
	width: 800px;
}