/* CSS Document */
/*
body {
font: .8em/1.1em verdana, arial, sans-serif;
background-color: #FFFF00;
color: #000000;
margin: 0 10% 0 10%;
}
*/
#header_top {
float: left;
width: 100%;
border-bottom: 0px solid #00713D;
margin-bottom: 0px;
}

#header_top ul {
font: 0.9em "trebuchet ms", arial, verdana, sans-serif;
margin: 0;
padding: 1em 0 0 30px;
list-style: none;
}

#header_top li {
float: left;
background-image: url("../images/tabs/left_inactive.gif");
background-repeat: no-repeat;
margin: 0 1px 0 0;
padding: 0 0 0 9px;
/* NB: Last padding value must not be greater than WIDTH of left tab */
list-style: none;
/* Add "list-style: none;" if styling li in main stylesheet */ 
}

#header_top a {
float: left;
display: block;
background-image: url("../images/tabs/right_inactive.gif");
background-repeat: no-repeat;
background-position: right top;
padding: 0.2em 0.7em 0.2em 0;
text-decoration: none;
font-weight: bold;
color: #00713D;
}

/* This section for hover effect */ 
#header_top li:hover {
background-image: url("../images/tabs/left_hover.gif");
background-repeat: no-repeat;
margin: 0 1px 0 0;
padding: 0 0 0 9px;
/* NB: Last padding value must not be greater than WIDTH of left hover tab */
}

#header_top a:hover {
float: left;
display: block;
background-image: url("../images/tabs/right_hover.gif");
background-repeat: no-repeat;
background-position: right top;
padding: 0.2em 0.7em 0.2em 0;
text-decoration: none;
color: #FFFFFF;
}
/* End hover effect */ 

#tab9 #header_top li.tab9,
#tab10 #header_top li.tab10,
#tab11 #header_top li.tab11,
#tab12 #header_top li.tab12,
#tab13 #header_top li.tab13,
#tab14 #header_top li.tab14,
#tab15 #header_top li.tab15,
#tab16 #header_top li.tab16 {
background-image: url("../images/tabs/left_active.gif");
}

#tab9 #header_top li.tab9 a,
#tab10 #header_top li.tab10 a,
#tab11 #header_top li.tab11 a,
#tab12 #header_top li.tab12 a,
#tab13 #header_top li.tab13 a,
#tab14 #header_top li.tab14 a,
#tab15 #header_top li.tab15 a,
#tab16 #header_top li.tab16 a {
background-image: url("../images/tabs/right_active.gif");
background-color: transparent;
text-decoration: none;
color:#FFFFFF;
}