﻿
/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid black; /* set border COLOR as desired for the lower line*/
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

/* settings for selected tab */
body#ChapterInfo li.ChapterInfo, 
body#Events_Activities li.Events_Activities, 
body#Katrina li.Katrina, 
body#mentoring li.mentoring,
body#collegiate li.collegiate, 
body#aboutus li.aboutus,
body#exec_comm li.exec_comm,
body#staff_dir li.staff_dir,
body#employment li.employment,
body#healthpower li.healthpower,
body#healthknowledge li.healthknowledge,
body#healthtest li.healthtest,
body#healthresources li.healthresources,
body#healthdiscussion li.healthdiscussion { 
border-bottom: 1px solid #EFEFEF; /* set border color to page background color */
}

body#ChapterInfo li.ChapterInfo a, 
body#Events_Activities li.Events_Activities a, 
body#Katrina li.Katrina a, 
body#mentoring li.mentoring a,
body#collegiate li.collegiate a,
body#aboutus li.aboutus a,
body#exec_comm li.exec_comm a,
body#staff_dir li.staff_dir a,
body#employment li.employment a,
body#healthpower li.healthpower a,
body#healthknowledge li.healthknowledge a,
body#healthtest li.healthtest a,
body#healthresources li.healthresources a,
body#healthdiscussion li.healthdiscussion a
{ /* settings for selected tab link */
/*background-color: #F9F9F9;  set selected tab background color as desired  */
color: #706446; /* set selected tab link color as desired  */
position: relative;
top: 0px;
border-bottom: 1px solid #EFEFEF;
text-decoration: none;
padding-top: 3px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid Black; /* set border COLOR as desired; usually matches border color specified in #tabnav COLOR OF THE BOXES*/
/*background-color: #F9F9F9;  set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
}

ul#tabnav a:hover { /* settings for hover effect */
text-decoration: underline;
}

/* end css tabs */
	
