/*THIS STYLE SHEET IS FOR DEFINING SECTION-SPPECIFIC STYLES FOR THE "CUSTOMERS" AREA.*/

/*Style defining the attributes of the static menu table
.statictable{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	vertical-align:top;
	line-height: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}*/

	/*Style to define (primarily) the colors of the sub menues in the different sections.  Do not use unless the site sections are to be differentiated by color etc.*/
.alpha {
	filter: alpha(opacity=100);
	border: 1px solid #990000;
 	-moz-opacity: 100;
	 background-color: #669966;
	}

/*Style to define the navigation areas for the different sections*/
.navtable {
	background-color: #669966;
	background-image:url(../images/sidebar_customers.jpg);
	background-repeat:no-repeat;
	vertical-align: top;
	}
	
.navtable {
	background-color: #669966;
	background-image:url(../images/sidebar_customers.jpg);
	background-repeat:no-repeat;
	vertical-align: top;
	}
	
/*Style to define the navigation areas for the different sections for Netscape 4.x*/
	.n4navtable {
	background-color: #669966;
	vertical-align: top;
	}
