/* begin css tabs */

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 0em 0em 0em 0em; /* set margins as desired */
	font: bold 12px Verdana; /* set font as desired */
	border-bottom: 1px solid #FFF; /* set border COLOR as desired */
	list-style-type: none;
	padding: 12px 10px 5px 0px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1  li.tab1, body#tab3  li.tab3, body#tab4  li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1  li.tab1  a, body#tab3  li.tab3  a, body#tab4  li.tab4  a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #333; /* set selected tab link color as desired */
position: relative;
top: 0px;
padding-top: 5px; /* must change with respect to padding (X) above and below */
}

.tab2 { /* settings for selected tab */
border-bottom: 1px solid #c00; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

.tab2  a { /* settings for selected tab 2 link */
background-color: #c00; /* set selected tab background color as desired */
color: #c00; /* set selected tab link color as desired */
position: relative;
top: 0px;
padding-top: 5px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
	border: 1px solid #333; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	color: #FFF; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

ul#tabnav a:hover { /* settings for hover effect */
	background: #AAA; /* set desired hover color */
}

/* end css tabs */

/* begin css tabs */

ul#tabnav2 { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 0em 0em 0em 0em; /* set margins as desired */
	font: bold 12px Verdana; /* set font as desired */
	border-bottom: 1px solid #FFF; /* set border COLOR as desired */
	list-style-type: none;
	padding: 12px 10px 5px 0px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav2 li { /* do not change */
display: inline;
}

#tabnav2 #seltab { /* settings for selected tab */
border-bottom: 1px solid #c00; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
color: #fff
}

#tabnav2 #seltab  a { /* settings for selected tab 2 link */
background-color: #c00; /* set selected tab background color as desired */
color: #fff; /* set selected tab link color as desired */
position: relative;
top: 0px;
padding-top: 5px; /* must change with respect to padding (X) above and below */
}

ul#tabnav2 li a { /* settings for all tab links */
	border: 1px solid #FFF; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	color: #333; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

ul#tabnav2 a:hover { /* settings for hover effect */
	background: #c00; /* set desired hover color */
	color: #fff; 
}

/* end css tabs */
