/*
Menu related selectors
*/
.jsdomenudiv {
 
	background-color: #FE6703;
	border: 1px solid #8A867A;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	margin-left: 8px;
	padding-bottom: 2px;
}

.jsdomenuitem {
	background-color: transparent;
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 2px 0px 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover 
{
	cursor: pointer;
	border: 0px solid #D9D9D9;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 2px 0px 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url(arrow.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(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 
{
	border-top: 1px solid #8A867A;
}

.jsdomenusep hr 
{
	display:none;
/*	
	text-align: center;
	width: 98%;
	height: 1px; 
	color: #8A867A; 
	border: none 0px; 	
	background-color: #8A867A;
*/
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: transparent;
	border: 0px solid #000000; 
	cursor: default;
	padding: 0px 0px 13px 0px; /* trbl */
	position: absolute; /* Do not alter this line! */
	visibility: visible;		
}

.jsdomenubardragdiv 
{
	cursor: move;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 5px 2px 5px; /* trbl */
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

/*
   Level 1 
*/

.jsdomenubardiv div
{
	cursor: pointer;
	float: left;
	xwidth: 200px;
	height: 24px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 10px 10px 10px; /* trbl */
	line-height: 1.8em;
}

.jsdomenubaritem {
	color: #3E3D3D;
	position: relative; /* Do not alter this line! */
	margin-right: 0px;
	padding: 10px 10px 10px 10px; /* trbl */
}

.jsdomenubaritemover 
{
	color: #E0641D;	
	position: relative; /* Do not alter this line! */
	margin-right: 0px;
	background-image: url(/images/menuover.gif);
	padding: 10px 10px 10px 10px; /* trbl */
}

.jsdomenubaritemclick {
	color: #000000;	
	position: relative; /* Do not alter this line! */
	margin-right: 0px;		
	background-image: url(/images/menuover.gif);
	padding: 10px 10px 10px 10px; /* trbl */
}

/*
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: 2px;
	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: 2px;
	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: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}
