/*
Menu related selectors

*/
.jsdomenudiv {
	background-color: #4A1522;
	border-left:   1px solid #cccccc;
	border-right:  1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	cursor: default;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	margin-left:1px;
	padding-top: 15px;
}

.jsdomenuitem {
	text-transform: uppercase;
	background-color: transparent;
	border: none;
	color: #ffffff;
	padding: 3px 11px 3px 11px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover 
{
	text-transform: uppercase;
	cursor: pointer;
	background-color: #006600;
	border: none;
	color: #FFFFFF;
	padding: 3px 11px 3px 11px;
	position: relative; /* Do not alter this line! */
}

/*
Menu bar related selectors
*/
.jsdomenubardiv 
{
	cursor: default;
	background-color: #4A1522;
	border: 0px solid #000000;
	padding: 1px 0px 1px 0px;
	visibility: visible;
	position: absolute; /* Do not alter this line! */
}
.jsdomenubardragdiv {
	width: 9px;
	cursor: move;
	padding: 2px 5px 2px 5px;
	visibility: hidden;
	position: relative; /* Do not alter this line! */
}
.jsdomenubaritem 
{
	text-transform: uppercase;
	background-color: #4A1522;
	border: 1px solid #4A1522; 
	color: #ffffff;
	padding: 2px 10px 2px 10px;
	position: relative; /* Do not alter this line! */
}
.jsdomenubaritemover 
{
	text-transform: uppercase;
	cursor: pointer;
	background-color: #006600;
	border: 1px solid #CCCCCC;
	color: #ffffff;	
	padding: 2px 10px 2px 10px;
	position: relative; /* Do not alter this line! */
}
.jsdomenubaritemclick 
{
	text-transform: uppercase;
	cursor: pointer;
	background-color: #006600;
	border: 1px solid #CCCCCC;
	color: #ffffff;	
	padding: 2px 10px 2px 10px;
	position: relative; /* Do not alter this line! */
}

/*
	other
*/

.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;
}

.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;
}