/* CSS Document */

    #tabs {
      float:left;
      width:100%;
      font-size:0.9em;
      line-height:normal;
	  padding-bottom:30px;
	  background:url(../images/divider.jpg) repeat-x bottom;
	  font-weight:bold;

      }

    #tabs ul {
	margin:0px;
	padding:10px 1px 0 0px;
	list-style:none;
      }
	


#tabs a,#tabs a:hover, #tabs a:visited
	{
	text-decoration:none;
	}
    #tabs li {
      display:inline;
      margin:0px;
      padding:px 0px 0px 0px;
	  width:189px;
      }
	  
	#tabs ul ul
	{
	margin:0px;
	padding:0px;
	padding-top:10px;

	}   
	
    #tabs ul ul li {
      display:block;
      margin:0px;
      padding:1px 2px 1px 2px;
      }
	
	
    #tabs div {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0px;
	margin-left:1px;
	padding:0 0 0 4px;
	text-decoration:none;
      }
	  
    #tabs div span {
      float:left;
      display:block;
      background:url("../images/tabright.gif") no-repeat right top;
      padding:5px 1px 4px 1px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs div span {float:none;}
    /* End IE5-Mac hack */

/*    #tabs div:hover span {
      color:#FFF;
      }

*/

#tabs div span ul, #tabs div span ul a{
      color:#999999; 

	 
      }

      

/*
	 #tabs div:hover span ul
	 {
	       color:#24618E;
	 }	 
	 

#tabs div:hover span ul a{
      color:#24618E;
	 
      }
	 
	 */
	 #tabs ul ul li:hover,	#tabs ul ul a:hover {
	  background:#ffffff;
      }
	  
	  	#tabs ul ul a:hover
		{
		background-image:none;
		}
		/*
    #tabs div:hover {
      background:url("../images/tablefthover.jpg") no-repeat left top;
      }

    #tabs div:hover span {
      background:url("../images/tabrighthover.jpg") no-repeat right top;
      }
*/

	#tabs div  span ul
	{
	font-weight:normal;
	}