

/*
Menu related selectors
*/
.jsdomenudiv {


      background-color: #E9EBE2;
	border: 1px outset;
      border-bottom-color: #7F8468;
	border-left-color: #E9EBE2;
	border-right-color: #7F8468;
	border-top-color: #E9EBE2;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 100;
}

.jsdomenuitem {
	background-color: transparent;
	border: 0;
	color: #555845;
	font-size: 12px;      
	padding-top: 2px;
      padding-bottom: 3px;
      padding-left: 8px;
      padding-right: 4px;
      text-align: left;
	position: relative; /* Do not alter this line! */
     text-decoration: none;
}

.jsdomenuitem a {
      text-decoration: none;
      color: #555845;	

}


.jsdomenuitemover a:hover {
      text-decoration: none;
      color: #E9EBE2;	

}

.jsdomenuitemover {
	background-color: #B67072;
	border: 0;
	color: #E9EBE2;	
	font-size: 12px;
	padding-top: 2px;
      padding-bottom: 3px;
      padding-left: 8px;
      padding-right: 4px;
      text-align: left;
	position: relative; /* Do not alter this line! */
text-decoration: none;
}


.jsdomenuitemover a {
      text-decoration: none;
      font-size: 12px;
      color: #E9EBE2;	
}




.jsdomenuarrow {
	background-image: url(../c/arrow.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 3px;
	width: 4px;
}

.jsdomenuarrowover {
	background-image: url(../c/arrow-over.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 3px;
	width: 4px;
}

.jsdomenusep {
}

.jsdomenusep hr {
	text-align: left;
	width: 95%;
}

/*
Menu bar related selectors
*/

.jsdomenubardiv {
	border: 0;
	cursor: default;
	padding-bottom: 9px;
	padding-top: 8px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv { /*maybe not related to what I do*/
	cursor: move;	
      padding: 2px 5px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	background-color: transparent;
	border-right: 1px solid #7F8468;
	color: #555845;	
        font-variant:small-caps;
        font-size: 13px;
	padding: 6px 5px;
	position: relative; /* Do not alter this line! */
}


.jsdomenubaritem a {
      text-decoration: none;
      color: #555845;	
      font-variant:small-caps;
      font-size: 13px;
}



.jsdomenubaritemclick {
      background-color: transparent;
	border-right: 1px solid #7F8468;
      border-left: 1px transparent;
      border-top: 1px transparent;
      border-bottom: 1px transparent;
      color: #9D4042;	
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-variant:small-caps;
        font-size: 13px;
	padding: 6px 5px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick a {
      text-decoration: none;
      color: #9D4042;	
      font-variant:small-caps;
      font-size: 13px;
}



.jsdomenubaritemover {  
	background-color: transparent;
	border-right: 1px solid #7F8468;
	color: #9D4042;
        font-variant:small-caps;
        font-size: 13px;
        padding: 6px 7px;
	position: relative; /* Do not alter this line! */
        cursor: pointer;

}



/*
Example of selectors for icons. Change the height and width to match the actual 
height and width of the icon image.
*/
.icon1 {
	background: transparent url(../c/bficonsmall.gif) center right no-repeat; /* Do not alter this line! */
	height: 16px;
	right: 20px;
	position: absolute; /* Do not alter this line! */
	width: 20px;
}

.icon2 {
	background: transparent url(../c/new.gif) center right no-repeat; /* Do not alter this line! */
	height: 14px;
	right: 20px;
	position: absolute; /* Do not alter this line! */
	width: 26px;

}

.icon3 {
	background: transparent url(icon3.png) no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}



