ul#tabnav { /* general settings */
text-align: center; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font:  11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #999; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 4px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;

}

body#page1 li.page1, body#page2 li.page2, body#page2-1 li.page2-1, body#page2-2 li.page2-2, body#page2-3 li.page2-3, body#page2-4 li.page2-4, body#page2-5 li.page2-5, body#page2-6 li.page2-6, body#page2-7 li.page2-7, body#page2-8 li.page2-8, body#page2-9 li.page2-9, body#page2-10 li.page2-10, body#page2-11 li.page2-11, body#page2-12 li.page2-12, body#page2-13 li.page2-13, body#page3 li.page3, body#page3-1 li.page3-1, body#page4 li.page4, body#page4-1 li.page4-1 { /* settings for selected tab */
margin-right: 0px;
border-bottom: 1px solid #fff; /* set border color to page background color */
 /* background-color: #fff;set background color to match above border color */
}

body#page1 li.page1 a, body#page2 li.page2 a, body#page2-1 li.page2 a, body#page2-2 li.page2 a, body#page2-3 li.page2 a, body#page2-4 li.page2 a, body#page2-5 li.page2 a, body#page2-6 li.page2 a, body#page2-7 li.page2 a, body#page2-8 li.page2 a, body#page2-9 li.page2 a, body#page2-10 li.page2 a, body#page2-11 li.page2 a, body#page2-12 li.page2 a, body#page2-13 li.page2 a, body#page3 li.page3 a, body#page3-1 li.page3 a, body#page4 li.page4 a, body#page4-1 li.page4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 5px; /* must change with respect to padding (X) above and below */
/*font-weight:bold;*/
}

ul#tabnav li a { /* settings for all tab links */
padding: 4px 1.2em; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #999; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #eee; /* set unselected tab background color as desired */
color: #000; /* set unselected tab link color as desired */
margin-right: 10px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover
{ /* settings for hover effect */
background: #fff; /* set desired hover color */
}


