/*
body.section-topics ul.tabnav li a{
	font-size: 1.1em;
	}
*/

body.section-topics ul.tabnav {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    list-style: none outside none;
	margin: 40px 0 30px 0;
    padding: 0;
    width: 660px;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    height: 51px;
	}

body.section-topics ul.tabnav li {
    display: inline-block;
    height: 51px;
    line-height: 2.9em;
    margin: 0;
    padding: 0 0 0 1px;
    background: url("/sites/all/themes/eops/images/tabs/left-off.png") no-repeat left bottom;
    margin-right: 1px;
	}
	
body.section-topics ul.tabnav li a {
    background-color: #CCCCCC;
    color: #FFFFFF;
    font-family: "PT Sans",sans-serif;
    font-size: 15px !important;
    height: 30px;
    margin: 0;
    padding: 10px 12px;
    text-decoration: none;
    top: 0;
    width: 160px;
    background: url("/sites/all/themes/eops/images/tabs/right-off.png") no-repeat right bottom;
	}
	
body.section-topics ul.tabnav li.selected {
    display: inline-block;
    height: 51px;
    line-height: 3.5em;
    margin: 0;
    padding: 0 0 0 1px;
    background: url("/sites/all/themes/eops/images/tabs/left-on.png") no-repeat left bottom;
    margin-right: 1px;
	}
	
body.section-topics ul.tabnav li.selected a {
    background-color: #CCCCCC;
    color: #FFFFFF;
    font-family: "PT Sans",sans-serif;
    font-size: 15px !important;
    height: 30px;
    margin: 0;
    padding: 11px 12px;
    text-decoration: none;
    top: 0;
    width: 160px;
    background: url("/sites/all/themes/eops/images/tabs/right-on.png") no-repeat right bottom;
	}
