/* CSS Document */
/* begin css tabs */

div#header a:active, div#header a:link, div#header a:visited, div#header a:hover { color : #FFFFFF; text-decoration: none; font-size: 11px; }

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 0px 0px 0px 77px; /* set margins as desired */
	list-style-type: none;
	padding: 3px 10px 20px 0px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { display: inline; margin-left: 10px;	margin-right: 10px; }

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6 { /* settings for selected tab */
	/* set border color to page background color */
	/* set background color to match above border color */
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
}

body#tab1 li.tab1 a:active,  body#tab1 li.tab1 a:link, body#tab1 li.tab1 a:visited, body#tab1 li.tab1 a:hover,
body#tab2 li.tab2 a:active,  body#tab2 li.tab2 a:link, body#tab2 li.tab2 a:visited, body#tab2 li.tab2 a:hover,
body#tab3 li.tab3 a:active,  body#tab3 li.tab3 a:link, body#tab3 li.tab3 a:visited, body#tab3 li.tab3 a:hover,
body#tab4 li.tab4 a:active,  body#tab4 li.tab4 a:link, body#tab4 li.tab4 a:visited, body#tab4 li.tab4 a:hover,
body#tab5 li.tab5 a:active,  body#tab5 li.tab5 a:link, body#tab5 li.tab5 a:visited, body#tab5 li.tab5 a:hover,
body#tab6 li.tab6 a:active,  body#tab6 li.tab6 a:link, body#tab6 li.tab6 a:visited, body#tab6 li.tab6 a:hover { /* settings for selected tab link */
	 /* set selected tab background color as desired */
	color: #000000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
	padding-left: 10px;
	padding-right: 10px;
	background-image:url(/images/template/tab_bg.gif);
	background-repeat:no-repeat;
}

ul#tabnav li a { /* settings for all tab links */
	padding: 20px 0px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
}

ul#tabnav a:hover { /* settings for hover effect */ }
/* end css tabs */