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

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

#header li {
float: left;
background-image: url("../images/tabs/left_inactive.gif");
background-repeat: no-repeat;
margin: 0 -14px 0 0;
padding: 0 0 0 10px;
/* 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 3em 0.2em 0;
text-decoration: none;
font-weight: bold;
color: #0950A1;
}

/* This section for hover effect */ 
#header li:hover {
background-image: url("../images/tabs/left_hover.gif");
background-repeat: no-repeat;
margin: 0 -14px 0 0;
padding: 0 0 0 10px;
/* 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 3em 0.2em 0;
text-decoration: none;
color: #FFFFFF;
}
/* End hover effect */ 

#home #header li.home,
#about #header li.about,
#corporate #header li.corporate,
#personal #header li.personal,
#join_us #header li.join_us,
#asset_tv #header li.asset_tv,
#contact #header li.contact {
background-image: url("../images/tabs/left_active.gif");
}

#home #header li.home a,
#about #header li.about a,
#corporate #header li.corporate a,
#personal #header li.personal a,
#join_us #header li.join_us a,
#asset_tv #header li.asset_tv a,
#contact #header li.contact a {
background-image: url("../images/tabs/right_active.gif");
background-color: transparent;
text-decoration: none;
color:#FFFFFF;
}