/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #A57B29;
	border: 0px solid #cfcfdb;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background: #EFB531;
	margin: 1px;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
    padding: 6px 1px 6px 1px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background: #A5C6E7;
	margin: 1px;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
    padding: 6px 1px 6px 1px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenuarrowover {
	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: 13px;
}

.jsdomenusep hr {
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	/*background-color: red;*/
	border: 0px;
	cursor: default;
	padding: 0px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
	top: 0px;
	z-index: 100;
	/*height:30px;*/
}

.jsdomenubaritem {
	background-color: #ffffff;		
	width:100%;
	height:30px;
	border: none;
	color: #333;
	display: inline;
	cursor: pointer;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: #ffffff;
	border: 0px;
	color: #06c;
	display: inline;
	cursor: pointer;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	/*background-color: red;*/
	border: 0px solid #ffffff;
	cursor: pointer;
	color: #06c;
	display: inline;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	position: relative; /* Do not alter this line! */
}

.templates_icon {
	background-image: url(/img/drop.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 9px;    
	width: 10px;
	left:19px;
	position: absolute; /* Do not alter this line! */	
}

