/*- Menu Tabs 5--------------------------- */

#menu_left {
  
}

#menu_left a img {
	
    border: 0px;
}

#menu_right {

	margin-left:  237px;
  /*background: #fff; */
 

}





/*minitabs start here*/

ul#minitabs{list-style: none;margin: 0 14px 0 0;padding: 2px 0;
  border-bottom: 0px solid #CCC;/*font-weight: bold;*/
  text-align: right;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 10px}
ul#minitabs a{text-decoration: none;padding: 0 0 2px;
  border-bottom: 2px solid #FFF;color: #666}
ul#minitabs a#current{border-color: #F60;color:#06F}
ul#minitabs a:hover{border-color: #F60;color: #666}
ul#minitabs {
	border-color: #F60;color: #666;
	}









    #tabs5 {
      float:left;
      width:100%;
      background:#ffffff;
      font: bold 10px "lucida grande", verdana;
      line-height:normal;
	  padding-top: 0em;	  
	  padding-bottom: 0em;
	
	 }
	 
	  #tabs5  a img{
      
	  border: 0px;
      }
	  
    #tabs5 ul {
    	
	  margin:0;
	  padding:0px 0px 0 0px; 
	  
	  list-style:none;
      }
    #tabs5 li {
    	
      display:inline;
      margin:0;
      padding:0;
	  
      }
    #tabs5 a {
      float:left;
	  /* this css file is located in public/stylesheet, so we go back one folder and into images folder */
      background:url("/../images/main_page/tableft5.png") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  
      }
    #tabs5 a span {
      float:left;
      display:block;
      background:url("/../images/main_page/tabright5.png") no-repeat right top;
      padding:5px 9px 4px 6px;
	
      color:#FFF;
	  
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#FFF;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
	  }