 /*
 FILENAME: apmmenu.css
 AUTHOR: dnl
 DATE: 2-1-10
 PURPOSE: controls MENU style for all BIZ script pages on JUST A TEST website
 */ 
  
  
  


/* -------------------------------------------------------------------- */
/*	    		CSS CODE FOR THE EC JAVASCRIPT MENU			*/
/* -------------------------------------------------------------------- */

/* This was copied and edited from the GORDON Page. There may be some useless data here. */

.clCMEvent {
	LEFT: 0px; 
	VISIBILITY: visible; 
	WIDTH: 99%; 
	CLIP: rect(0px 100% 100% 0px); 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 500px;
}
.clCMAbs {
	LEFT: 0px; 
	VISIBILITY: hidden; 
	POSITION: absolute; 
	TOP: 0px;
}
.clBar {
	VISIBILITY: hidden; /* change to hidden is the real fix */ 
	WIDTH: 10px;
	POSITION: absolute;
	HEIGHT: 10px;
	  /* COLOR OF BOX BORDER */ 
} 

/*The background color was removed so that no border appeared on the navigation. You also have to change the oCMenu.level[0].borderX=0 in the js file to 0, see comment there also. reg 12-20-07*/

/* This Gives A Border To The Top Level Nav.  */



/*Styles for Level 0*/

.clLevel0,.clLevel0over{
	position:absolute; 
	padding:2px; 
	font-family:arial; 
	font-size:14px; 
	font-weight: bold;
	text-align:center;
	color: #ffffff;
	
}

.clLevel0{
	background-color: #760000; /* BACKGROUND COLOR FOR THE BOX ITSELF */
	color: none;    
}

.clLevel0over{
	background-position:100% 0%; 
	background-color:  #760000; 
	layer-background-color: #760000; 
	color: #ff9900; /* Text */
	cursor:pointer; 
	cursor:hand; 
	background-repeat: no-repeat;
	width:100%;
} 

.clLevel0border{
	position:absolute; 
	visibility:visible; 
	border-color:#495468;
	boder-style:solid; 
	border-width:thick;
}  


/*Styles for Level 1 */
.clLevel1, .clLevel1over{
	position:absolute; 
	padding:3px; 
	padding-left:5px;
	font-family:arial; 
	font-size:14px; 
	text-align:left;
	color: #ffffff;
}

.clLevel1{
	background-color: #760000; /* BACKGROUND COLOR FOR THE BOX ITSELF */
	color: none;  
}

.clLevel1over{
	background-position:100% 0%; 
	background-color:  #330000; 
	layer-background-color: #330000; 
	color: #ff9900; /* Text */
	cursor:pointer; 
	cursor:hand; 
	background-repeat: no-repeat;
	width:100%;
}


/*Styles for level 2*/
.clLevel2, .clLevel2over{
	position:absolute; 
	padding:3px; 
	padding-left:5px;
	font-family:arial; 
	font-size:14px; 
	text-align:left;
	color: #ffffff;
}

.clLevel2{
	background-color: #760000; /* BACKGROUND COLOR FOR THE BOX ITSELF */
	color: none;  
}

.clLevel2over{
	background-position:100% 0%; 
	background-color:  #330000; 
	layer-background-color: #330000; 
	color: #ff9900; /* Text */
	cursor:pointer; 
	cursor:hand; 
	background-repeat: no-repeat;
	width:100%;
}