/*#accordion h3 { background: url(../images/accordion-heading.gif) top center no-repeat; height: 40px; line-height: 40px; padding: 0 20px; margin: 5px 0; position: relative; cursor: pointer;}

#accordion h3 a{ text-decoration: none; }


div.collapse{ height: 100%; padding: 15px 20px; background: url(../images/accordion-section-medium-bottom.gif)  bottom no-repeat;}*/

ul.accordion  {
	list-style:  none outside;
	margin:0px;
	}
	
h3 {
    background-color:#437EBA;
	cursor: pointer;
	margin:20px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:5px;
	font-size:15px;
	color:#FFF;
	}

div.collapse { 

color:#F0F0F0;
font-size:13px;

}

span.list {
color:#000E6F;
font-size:14px;
	}



#accordion h3 span {top: 0; right: 25px;  font-size: 0.8em; font-weight: bold; color:#FFF;}

	
	

/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:100%;
      background:#EFF4FA;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #DD740B;
      }
    #tabsI ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("../images/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("../images/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }
	  
	  .tabtdcol{
	  	background-color:#F5963A;
	  }
	  