/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #FAFAFA;
	border: 1px solid #43759F;
	width:150px;
	cursor: hand;
	padding-bottom: 2px;
	padding-top: 3px;
	margin-top:6px;
	margin-lef:3px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background-color: #FAFAFA;
	border: 1px;
	width:150px;
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #EAE8E8;
	width:150px;
	border: 1px;
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url('../../images/classic_arrow_o.gif');
	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('../../images/classic_arrow_o.gif');
	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: 100%;
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: transparent;	
	border: 0px;	
	cursor: hand;
	font-family: Arial;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: hand;
	font-family: Arial;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	background-color: transparent;
	border: none;
	border-right: 1px solid #C8C8C8;
	padding-left: 5 px;
	padding-right: 5 px;
	color: #ffffff;
	font-family: Arial;
	text-align: center
	font-size: 11px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: transparent;
	border: 1px;
	border-right: 1px solid #C8C8C8;
	padding-left: 5 px;
	padding-right: 5 px;
	color: #ffffff;
	text-align: center
	font-family: Arial;
	font-size: 11px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	background-color: transparent;
	border: 1px;
	border-right: 1px solid #C8C8C8;
	padding-left: 5 px;
	padding-right: 5 px;
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	position: relative; /* Do not alter this line! */
}