    .Simple_Left_TabStrip {
      float:left;
      width:180px;
      background:transparent;
      line-height:normal;
	  border-right:2px solid #007DC3;
	  font-weight:bold;
      }

	.Simple_Left_TabStrip ul {
        margin:0;
        padding:0;
        list-style:none;
      }
	  
    .Simple_Left_TabStrip li {
      display:inline;
      margin:0;
      padding:0;
      }

	  .Simple_Left_TabStrip span {
      float:none;
      margin:0;
      padding:0;
      }
	  
    .Simple_Left_TabStrip span span {
      float:none;
      display:block;
      padding:5px 5px 4px 0px;
      color:#000000;
      }

	  /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .Simple_Left_TabStrip span span {float:none;}
    /* End IE5-Mac hack */

	.Simple_Left_TabSelected {
      background: transparent;
	  color:#000000;
	  font-weight:bold;
	  border: none;
	  border-right: none;
	  left: 1px;
	  position: relative;
      }
	  	.Simple_Left_TabHover {
      background: transparent;
	  color:#007DC3;
	  font-weight:bold;
	  border: none;
	  border-right: none;
	  left: 1px;
	  position: relative;
      }
    
	.Simple_Left_TabStrip .Simple_Left_TabUnselected {
      background: transparent;
	  border: none;
	  border-right: none;
	  left: 1px;
	  position: relative;
      color:#007DC3;
      }

	.Simple_Left_TabStrip .Simple_Left_TabMouseOver {
      background: transparent;
	  color: #007DC3;
	  cursor: pointer;
      }
	  
	.Simple_Left_TabPage {
   _width: 100%;
margin-left: 200px;
		border-left: none;
		border-right: none;
		border-bottom: none;
		border-top:none;
		padding: 3px;
		background: transparent;
		text-align: left;
		min-height: 200px;
	  }
	
	.Simple_Left_Paging {
		text-align:center;
		padding: 2px;
		margin: 3px;
}
	.Simple_Left_Paging a {
		cursor: pointer;
		padding: 2px 5px 2px 5px;
		margin: 1px;
		border: none;
		background-color: transparent;
		color: #000;
		text-decoration: none;
}
	.Simple_Left_Paging a:hover, .Simple_Left_Paging a:active {
		border: none;
		background-color: transparent;
		color: #555;
}	