#tabs {
	padding-top: 1px;
  float:left;
  width:100%;
  background:#DAE0D2 url("../images/tab-bg2.gif") repeat-x top;
  font-size:93%;
  line-height:normal;
  height: 42px;
  }
  
#tabs ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style:none;
  }
#tabs li {
  float:left;
  background:url("../images/left-tab.gif") no-repeat left bottom;
  margin:0;
  padding:0 0 0 3px;
  margin: 0 3px;
  }
#tabs a {
  float:left;
  display:block;
  background:url("../images/right-tab.gif") no-repeat right bottom;
  text-decoration:none;
  font-weight:bold;
  color: white;
  font-size: 120%;
 
  padding: 9px 10px 9px 10px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#333;
  }
#tabs #current {
  background-image:url("left_on.gif");
  }
#tabs #current a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
  
/*end tabs*/


#target{
float: left;
clear: both;

width: 100%;

}

#selectbox {
margin: 0px 0px 0px 0px;
}


