.navigation{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 25px;
	position:absolute;
	top:120px;
}

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

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

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab4 li.tab4, body#tab5 li.tab5, body#tab5 li.tab5 { /* settings for selected tab */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 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, body#tab8 li.tab8 a, body#tab9 li.tab9 a  { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #183986; /* set selected tab link color as desired */
position: relative;
padding: 3px 8px 11px 8px;

}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 8px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
background-color:#46619e; /* set unselected tab background color as desired */
color: #ffffff; /* 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 */
background: #fff; /* set desired hover color */
background-color: #fff; /* set selected tab background color as desired */
color: #183986; /* set selected tab link color as desired */
padding-bottom: 15px;
}
