#header {
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
  margin:0;
  padding: 0;
  }
#header ul {
  margin:0;
  padding:0;
  list-style:none;
  }
#header li {
  float:left;
  background:url(../images/left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 11px;
    list-style:none;
  }
#header a {
  float:left;
  display:block;
  background:url(../images/right.gif) no-repeat right top;
  padding: 10px 15px 5px 6px;
color: #AAAAAA;
font: bold 12px arial;
  text-decoration:none;

  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header .current {
  background-image:url(../images/left_on.gif);
  }
#header .current a {
  background-image:url(../images/right_on.gif);
font: bold 12px ARIAL;
color: #444444;
  padding-bottom:5px;
  }




/* ------------------------------------------------------------------- */



#shadetabs{
padding: 0 0;
margin: 0;
font: bold 14px helvatica, Arial, verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

#shadetabs li{
display: inline;
margin: 0;
}

#shadetabs li a{
padding: 10px 23px 5px 23px;
color: #AAAAAA;
font: bold 14px helvatica, Arial, verdana;	
text-decoration: none; 
background: white url(../images/tab.gif);
min-width:130px;
width: 130px;

}

#shadetabs li a:visited{
color: #AAAAAA;
}	

#shadetabs li a:hover{
text-decoration: none;
color: #AAAAAA;
}

#shadetabs li.selected{
position: relative;
width: 130px;
}

#shadetabs li.selected a { /*selected main tab style */
font: bold 12px helvatica, Arial, verdana;
color: #FF0000;
text-decoration: none;	
}

#shadetabs li.selected a:link{ /*selected main tab style */
font: bold 12px helvatica, Arial, verdana;
color: #000000;
text-decoration: none;
}

#shadetabs li.selected a:visited{ /*selected main tab style */
background-image:url(images/right_on.gif);
min-width:130px;
font: bold 12px helvatica, Arial, verdana;
color: #444444;
text-decoration: none;
}

#shadetabs li.selected a:active{ /*selected main tab style */
font: bold 12px helvatica, Arial, verdana;
color: #444444;
align: center;
text-decoration: none;
}

#shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
border: 1px solid #C5C5C5;

padding: 5px;
}

.tabcontent{
display:none;
padding:0;
}

/*
@media print {
.tabcontent {
display:block!important;
}
}