.head_bg_color_1 { background: #CCCCCC; }
.head_bg_color_2 { background: #336699; }

.tab1 A:link {  text-decoration: none; color= #000000; }
.tab1 A:visited {  text-decoration: none; color= #000000;}
.tab1 A:active {  text-decoration: none; color= #000000;}
.tab1 A:hover { text-decoration: none; color= #000000;}

.tab11 A:link {  text-decoration: none; color=  #CC3333; }
.tab11 A:visited {  text-decoration: none; color= #CC3333;}
.tab11 A:active {  text-decoration: none; color= #CC3333;}
.tab11 A:hover { text-decoration: none; color= #CC3333;}

/* the banner under the tab menu/tab_bar */
.strip_bar {
	padding: 0 0 0 0 ;
	margin: 0 0 0 0;
}

.strip_bar td {
	color: white;
}

.strip_bar A {
	color: white; 
}

/*
	second level (Left Menu Item Style)
*/
.menu2 {
	margin: 0 0 0 0; /* top, right, bot, left */
	padding: 2 0 0 0;
	list-style: none;
}

.menu_bottom A:link {  text-decoration: none; color: black; }
.menu_bottom A:visited {  text-decoration: none; color: black; }
.menu_bottom A:active {  text-decoration: none; color: blue; }
.menu_bottom A:hover { text-decoration: none; color : blue; }

/* left menu level 2 */
.menu2 td { padding: 2 2 2 2; }
.menu2_on td { background: #eeeeee; }
.menu2_on A:link { text-decoration: none; color: black;}
.menu2_on A:visited { text-decoration: none; color: black;}
.menu2_off td { background: #336699; color: white; }
.menu2_off A:link {  text-decoration: none; color: white; }
.menu2_off A:visited {  text-decoration: none; color: white; }

