/*

Menu related selectors

*/

.jsdomenudiv {
	border: 0px solid #FFF;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 100000;
	/*
	background-color: transparent;
  	filter: alpha(opacity=70);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70; opacity:0.70;
	*/
}

.jsdomenuitem
{
  background-color: #000;
	border: none;
	color: #FFF;
	font-weight: bold;
	font-size: 9px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 3px;
	text-transform: lowercase;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover
{
  background-color: #000;
	border-width: 1px 0px;
	border-color: #CECECE;
	border-style: solid ;
	color: #FFF;
	font-weight: bold;
	font-size: 9px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 2px;
	text-transform: lowercase;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	display:none;
	background-image: url(office_xp_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 {
	display:none;
	background-image: url(office_xp_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 {
	padding-left: 28px;
}

.jsdomenusep hr {

}


/*
Menu bar related selectors
*/
.jsdomenubardiv {
	width:170px;
	height: auto;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	border: 1px outset #FFF;
	cursor: pointer;
	position: absolute;
	visibility: visible;
	border:0px solid #000;
	text-align: center;
}

.jsdomenubardiv {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #99AED3;
	border: 1px solid #99aed3;
	cursor: default;
	position: absolute;
	top: 150px;
	left : 50px;
	z-index: 100000;
}

.jsdomenubardragdiv {
	cursor: move;
	display: none;
	font-size: 12px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	border: none;
	color: #FFF;
	/*width:170px;*/
	height:auto;
	font-size: 12px;
	padding-top: 4px;
	margin-top:0px;
	display:block;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	border: 0px;
	color: #FFF;
	width:170px;
	height:auto;
	font-size: 12px;
	background-color: #e42518;
	padding-top: 4px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	border: 0px;
	color: #FFF;
	font-size: 12px;
  width:170px;
	height:auto;
	padding-top: 4px;
	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(icon1.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	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: 4px;
	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: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}
