 /*
 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;
}




/**************************************************************************************************/
/************************ THESE STYLES ARE FOR THE SIDE MSEAP MENU ONLY ***************************/
/**************************************************************************************************/

.menu {
	z-index: 1;
	position: absolute;
	margin-top: 5px;
	float: left;
}

#menusys {
	width: 815px;
	margin-left: auto;
	margin-right: auto;
}



/* -------------------------------------------------------------------- */
/*	    		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:3px; 
	font-family:arial; 
	font-size:11.5px; 
	text-align:left;
	color: #FFFFFF;
	
}

.clLevel0{
	background-color: #347d1e; /* BACKGROUND COLOR FOR THE BOX ITSELF */
	color: none;    
}

.clLevel0over{
	background-position:100% 0%; 
	background-color:  #15478b; 
	layer-background-color: #15478b; 
	color: #FFFFFF; /* 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;
	font-family:arial; 
	font-size:11.5px; 
	text-align:left;
	width: 50px;
}

.clLevel1{
	background-color:#15478b; 
	color:#FFFFFF;
}

.clLevel1over{
	background-position:100% 0%; 
	background-color: #744e20; 
	layer-background-color:#744e20; 
	color:#FFFFFF; /* 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; 
	
}