 /*
 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;
	background-color: #D2691E;
	  /* 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*/

.cl2Level0,.cl2Level0over{
	position:absolute; 
	padding:0px; 
	font-family:verdana, arial, times new roman, garamond, serif; 
	font-size:24px; 
	font-weight: bold;
	color: #FFAA11; 
	text-align: center; 
	font-family: times new roman, garamond, serif;
	
}

.cl2Level0{
	background-color: #2b3034; /* BACKGROUND COLOR FOR THE BOX ITSELF */
	color: none;  
	text-decoration: underline;
	/*border: 3px solid #D2691E;
	/border-top: none;*/
}

.cl2Level0over{
	background-position:100% 0%; 
	background-color:  #2b3034; 
	layer-background-color: #2b3034; 
	color: #ffcc99; /* Text */
	cursor:pointer; 
	cursor:hand; 
	background-repeat: no-repeat;
	text-decoration: underline;
	width:100%;
} 


/*Styles for Level 1 */
.cl2Level1, .cl2Level1over{
	position:absolute; 
	padding:3px; 
	font-family:verdana, arial, times new roman, garamond, serif; 
	font-size:13px; 
	font-weight: bold;
	text-align:left;
	color: #FFCC66;
}

.cl2Level1{
	background-color: #2b3034; /* BACKGROUND COLOR FOR THE BOX ITSELF */
	color: none;  
}

.cl2Level1over{
	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*/
.cl2Level2, .cl2Level2over{
	position:absolute; 
	padding:3px; 
	padding-left:5px;
	font-family:verdana, arial, times new roman, garamond, serif; 
	font-size:13px; 
	font-weight: bold;
	text-align:left;
	color: #FFCC66;a
}

.cl2Level2{
	background-color: #2b3034; /* BACKGROUND COLOR FOR THE BOX ITSELF */
	color: none;  
}

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