/* CSS Document */
/*
body {
font: .8em/1.1em verdana, arial, sans-serif;
background-color: #FFFF00;
color: #000000;
margin: 0 10% 0 10%;
}
*/
#header {
float: right;
width: 100%;
border-bottom: 1px solid #00713D;
margin-bottom: 0px;
}

#header ul {
font: 0.9em "trebuchet ms", arial, verdana, sans-serif;
margin: 0;
padding: 1em 0 0 9px;
list-style: none;
}

#header li {
float: right;
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 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: #1A5C01;
}

/* This section for hover effect */ 
#header 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 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 */ 

#home #header li.home,
#tab1 #header li.tab1,
#tab2 #header li.tab2,
#tab3 #header li.tab3,
#tab4 #header li.tab4,
#tab5 #header li.tab5,
#tab6 #header li.tab6,
#tab7 #header li.tab7,
#tab8 #header li.tab8 {
background-image: url("../images/tabs/left_active.gif");
}

#home #header li.home a,
#tab1 #header li.tab1 a,
#tab2 #header li.tab2 a,
#tab3 #header li.tab3 a,
#tab4 #header li.tab4 a,
#tab5 #header li.tab5 a,
#tab6 #header li.tab6 a,
#tab7 #header li.tab7 a,
#tab8 #header li.tab8 a {
background-image: url("../images/tabs/right_active.gif");
background-color: transparent;
text-decoration: none;
color:#FFFFFF;
}
