/*TD,P,B,INPUT,DIV{
	font-size:90%;
	font-family:"Tw Cen MT",verdana, arial}*/

/*** styles which remain the same for all objects ***/
.clT,.clTover,.clS,.clSover,.clS2,.clS2over{
	position:absolute; 
	overflow:hidden; 
	width:130; 
	height:25; 
	cursor:pointer; 
	cursor:hand}

/*** clB & clBar - navigation bar extending width of page ***/
.clB,.clBar {
	position:absolute;
	visibility:hidden;
	layer-background-color:#000066;
	background-color:#000066}

.clB{	
	z-index:300}

.clBar{
	width:10; 
	height:10}

/*** clT - top menu styles ***/
.clT,.clTover{
	padding:4px; 
	font-size:120%; 
	font-weight:bold;
	color:#cccccc;
	layer-background-color:#000066;
	background-color:#000066}  


/*** clS - secondary menu (first level of drop down)***/
.clS, .clSover {
	padding:2px; 
	font-size:90%; 
	font-weight:normal;}

/*** colors of clS ***/
.clS {
	color:#000066; 
	background-color : #dddde0;
	layer-background-color : #dddde0;}


/*** colors for rollover state of clS ***/
.clSover{
	color:#cccccc;
	layer-background-color:#000066;
	background-color:#000066}

/*** clS2 - tertiary menu second level of drop down)***/
/***********This is not being used in the BEC menu...included in case expansion is necessary *******/
.clS2,.clS2over{
	padding:2px; 
	font-size:90%;
	font-weight:normal}

/*** colors of clS2 ***/
.clS2{
	color:#000066; 
	background-color:#c6dbe7;
	layer-background-color:#c6dbe7;}

/*** colors for rollover state of clS2 ***/	
.clS2over{
	color:#cccccc;
	layer-background-color:#000066;
	background-color:#000066}

/* don't know what this is for, but was afraid to delete it in case it's important */
.clCMEvent{
	position:absolute; 
	z-index:300; 
	width:100%; 
	height:100%; 
	clip:rect(0,100%,100%,0); 
	left:0; 
	top:0; 
	visibility:hidden}

.clCMAbs{
	position:absolute; 
	width:10; 
	height:10; 
	left:0; 
	top:0; 
	visibility:hidden}

