/*
Menu related selectors
*/
.jsdomenudiv {
	border: 0px solid #8A867A;
	cursor: default;
	padding-bottom: 1px;
	padding-top: 1px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
	background-image: url(fmenu2.png);
	background-repeat: no-repeat;
	background-position: left top;
		

	
	
	
	
	
	
	
	
	
	
}

.jsdomenuitem {
	
	
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 15px;
	padding-top: 4px;
	position: relative; /* Do not alter this line! */
	
}

.jsdomenuitemover {
	color: #006600;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 15px;
	padding-top: 4px;
	position: relative;
	font-variant: small-caps;	
}

.jsdomenuarrow {
	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! */
	left: 171px;
	width: 4px;
}

.jsdomenuarrowover {
	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! */
	left: 173px;
	width: 4px;
}

.jsdomenusep {
	padding-left: 10px;
}

.jsdomenusep hr {
	visibility: hidden;
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: #FFFFFF;
	background-image: url(barra.jpg);
	background-position: left;
	background-repeat: no-repeat;
	
	cursor: default;
	padding-top: 10px;
	padding-bottom: 15px;
	
	/padding-top: 12px;
	
	/padding-bottom: 25px;
	
	
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	display: inline;
	font-family: Arial, Helvetica, sans, sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	border: none;
	color: #254061;
	display: inline;
	font-family: Calibri, Arial, Helvetica, sans, sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
	padding-left: 14px;
	padding-right: 5px;
	padding-top: 5px;
	position: relative; /* Do not alter this line! */
	font-weight: bold;
}

.jsdomenubaritemover {
	color: #000000;
	display: inline;
	font-family: Calibri, Arial, Helvetica, sans, sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
	padding-left: 14px;
	padding-right: 5px;
	padding-top: 5px;
	position: relative; /* Do not alter this line! */
	background-image: url(brillo.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
}

.jsdomenubaritemclick {
	background-image: url(brillo.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #000000;
	display: inline;
	font-family: Calibri, Arial, Helvetica, sans, sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
	padding-left: 14px;
	padding-right: 5px;
	padding-top: 5px;
	position: relative; /* Do not alter this line! */
	font-weight: bold;
}

/*
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: 15px;
	left: -0.5px;
	/left: -6px;
	position: absolute; /* Do not alter this line! */
	width: 186px;
	

}



