/* CSS Document */
  

   #tabheader {
      float:none;
      width:600px!important;
      background:#ffffff url(/images/grey_bottom.gif) repeat-x bottom;  
      }
      
    #tabheader ul {
      margin:0;
      padding:5px 0px 0px 0px;
      list-style:none;
      }
      
    #tabheader li {
      float:left;
	  background:url(../images/tabsep.gif) no-repeat right center;
      margin:0 7px 0 0px;
      padding:0px;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:12px;
      line-height:normal;
	  display:block;
	  height:22px;
	      }
      
    #tabheader a {
      float:left;
      display:block;
     /* background:url(/images/tab_image.gif) no-repeat right top;*/
        padding:0px 10px 0px 0px;
	  line-height:22px;
      text-decoration:none;
      outline-style: none;
      color:#727272;
	  font-weight:bold;
      }
      
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #tabheader a {float:none;}
    /* End IE5-Mac hack */
    #tabheader a:hover {
      color:#333;
      }
      
    #tabheader #current {
     /* background-image:url(/images/tab_image1.gif);*/
      border-width:0;
      }
      
    #tabheader #current a {
      float:left;
      display:block;
     /* background:url(/images/tab_image1.gif) no-repeat right top;*/
       padding:0px 10px 0px 0px;
	  line-height:22px;
      text-decoration:none;
      outline-style: none;
      color:#A22F4A;
	  font-weight:bold;
      }
	    	  
    #contentarea .tab {
      clear: both;
      padding-left:0px;
      padding-right:0px;
      padding-top:0px;
	  margin-top:25px;
      }


	  