 /*
 FILENAME: business.css
 AUTHOR: mvp TEST
 DATE: 8-1-08
 PURPOSE: controls MENU style for all BIZ script pages on JUST A TEST website
 */ 
  
  
  


/* this starts the TOP MENU on company pages****************************/   
.cl2Bar {
VISIBILITY: visible; 
WIDTH: 200px; 
POSITION: absolute; 
top: 121px;
HEIGHT: 0px; 
BACKGROUND-COLOR: #347d1e; 
layer-background-color: #347d1e;
}





/* -------------------------------------------------------------------- */
/*	    		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-left:1px;
	padding-right:1px; 
	padding-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.03em; 
	font-size:14px; 
	font-weight:400;
	text-align:center;
	color: #4a2501;
	border-left: 1px solid #4a2501;
}

.clLevel0{
	color: none;    
}

.clLevel0over{
	background-position:100% 0%;  
	color: #1c777d; /* teal blue color */
	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;
	font-family:arial; 
	font-size:11.5px; 
	text-align:left;
	width: 50px;
}

.clLevel1{
	background-color:#f9f8e3; 
	color:#4a2501;
}

.clLevel1over{
	background-position:100% 0%; 
	background-color: #fbfcf4; 
	layer-background-color:#f9f8e3; 
	color:#1c777d; /* Text */
	cursor:pointer; 
	cursor:hand; 
	background-repeat:no-repeat; 
	
}


/*Styles for level 2*/
.clLevel2, .clLevel2over{
	position:absolute; 
	padding:3px;
	font-family:arial; 
	font-size:11.5px; 
	text-align:left;
	width: 50px;
}

.clLevel2{
	background-color:#744e20; 
	color:#FFFFFF;
}

.clLevel2over{
	background-position:100% 0%; 
	background-color: #347d1e; 
	layer-background-color: #347d1e; 
	color:#FFFFFF; /* Text */
	cursor:pointer; 
	cursor:hand; 
	background-repeat:no-repeat; 
	
}
