	#tabs{
	float:left;
	font-size:97%;
	width:100%;
	font-size:97%;
	line-height:normal;
	border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
	}
	
	#tabs ul{
	list-style-type: none;
	margin:0;
	padding:0;
	}
	
	#tabs li{
	display:inline;
	margin:0;
	padding:0;
	}
	
	#tabs a{
	float:left;
	font: normal 7pt Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/horz_menu_left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	}
	
	#tabs a span{
	float:left;
	display:block;
	background:url(../images/horz_menu_right.gif) no-repeat right top;
	padding: 5px 10px 2px 4px;
	color:#000000;
	}
	
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs a span {float:none;}
	/* End IE5-Mac hack */
	
	#tabs a:hover span {
	color: black;
	}
	
	#tabs #current a{ /*Selected Tab style*/
	background-position:0 -27px; /*Shift background image up to start of 2nd tab image*/
	}
	
	#tabs #current a span{ /*Selected Tab style*/
	background-position:100% -27px; /*Shift background image up to start of 2nd tab image*/
	color: black;
	}
	
	#tabs a:hover{ /*onMouseover style*/
	background-position:0% -27px; /*Shift background image up to start of 2nd tab image*/
	}
	
	#tabs a:hover span{ /*onMouseover style*/
	background-position:100% -27px; /*Shift background image up to start of 2nd tab image*/
	}
	
	
	/*--------------------------------Green Tab------------------------*/
	
	#tabs_green{
	float:left;
	font-size:97%;
	width:100%;
	font-size:97%;
	line-height:normal;
	border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
	}
	
	#tabs_green ul{
	list-style-type: none;
	margin:0;
	padding:0;
	}
	
	#tabs_green li{
	display:inline;
	margin:0;
	padding:0;
	}
	
	#tabs_green a{
	float:left;
	font: normal 7pt Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/horz_menu_left_green.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	}
	
	#tabs_green a span{
	float:left;
	display:block;
	background:url(../images/horz_menu_right_green.gif) no-repeat right top;
	padding: 5px 10px 2px 4px;
	color:#000000;
	}
	
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs_green a span {float:none;}
	/* End IE5-Mac hack */
	
	#tabs_green a:hover span {
	color: black;
	}
	
	#tabs_green #current a{ /*Selected Tab style*/
	background-position:0 -27px; /*Shift background image up to start of 2nd tab image*/
	}
	
	#tabs_green #current a span{ /*Selected Tab style*/
	background-position:100% -27px; /*Shift background image up to start of 2nd tab image*/
	color: black;
	}
	
	#tabs_green a:hover{ /*onMouseover style*/
	background-position:0% -27px; /*Shift background image up to start of 2nd tab image*/
	}
	
	#tabs_green a:hover span{ /*onMouseover style*/
	background-position:100% -27px; /*Shift background image up to start of 2nd tab image*/
	}
	
	
	/*--------------------------Link--------------*/
	
	
	
	
	
	
	
	
	
	
	
	
	