/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #006699;
	border: solid 1px;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	cursor: hand;
	background-color: #006699;
	border: none;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Helvetica, sans, sans-serif;
	font-size: 12px;
	font-weight:bold;
	width:210px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 2px;
	z-index: 10;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover 
{
	cursor: hand;
	background-color: #006699;
	border: none;
	color: #3399CC;
	font-family: Arial, Tahoma, Helvetica, sans, sans-serif;
	font-size: 12px;
	font-weight:bold;
	width:210px;
	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: 95%;
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: #006699;
	background-position: left;
	background-repeat: no-repeat;
	border: solid 1px #006699;
	cursor: default;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	z-index: 10;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	font-family: Arial, Tahoma, Helvetica, sans, 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 {
	cursor: hand;
	background-color: #006699;
	border: none;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Helvetica, sans, sans-serif;
	font-weight:bold;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 2px;
	z-index: 10;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	cursor: hand;
	background-color: #006699;
	border: none;
	color: #3399CC;
	font-family: Arial, Tahoma, Helvetica, sans, sans-serif;
	font-weight:bold;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	cursor: hand;
	background-color: #006699;
	border: none;
	color: #3399CC;
	font-family: Arial, Tahoma, Helvetica, sans, sans-serif;
	font-weight:bold;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 2px;
	z-index: 10;
	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(icon1Blue.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	background-color: Transparent;
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon2 {
	background-image: url(icon2Blue.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	background-color: Transparent;
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon3 {
	background-image: url(icon3Blue.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	background-color: Transparent;
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}
.iconEnvelop {
	background-image: url(EnvelopeBlue.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	background-color: Transparent;
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}
.iconKey {
	background-image: url(KeyBlue.png);/*from http://sweetie.sublink.ca/  License: Creative Commons Attribution-ShareAlike 2.0 Credit given in script comment */
	background-repeat: no-repeat; /* Do not alter this line! */
	background-color: Transparent;
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}
.iconFileTransfer {
	background-image: url(FileTransferBlue.png); /*Completely free icon obtained from http://www.el73.be/drunkey-love/downloads/#icons */
	background-repeat: no-repeat; /* Do not alter this line! */
	background-color: Transparent;
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}
.iconDocument {
	background-image: url(DocumentBlue.png); /*Completely free icon obtained from http://www.el73.be/drunkey-love/downloads/#icons */
	background-repeat: no-repeat; /* Do not alter this line! */
	background-color: Transparent;
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}
.iconMobile {
	background-image: url(MobileBlue.png);/*Completely free icon obtained from http://www.el73.be/drunkey-love/downloads/#icons */
	background-repeat: no-repeat; /* Do not alter this line! */
	background-color: Transparent;
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}