@charset "utf-8";
/* CSS Document */

/*- Menu Tabs D--------------------------- */
 
    #tabsD {
	float:left;
	width:724px;
	font-size:93%;
	line-height:normal;
	padding-left: 60px;
	background-color: #496C4B;
	margin-bottom: 5px;
      }
    #tabsD ul {
	margin:0;
	padding:3px 10px 0 50px;
	list-style:none;
      }
    #tabsD li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsD a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../images/Style/tableftC.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabsD a span {
	float:left;
	display:block;
	padding:5px 5px 4px 6px;
	color:#FFFFFF;
	background-image: url(../images/Style/tabrightC.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsD a span {float:none;}
    /* End IE5-Mac hack */
    #tabsD a:hover span {
	color:#FFFF66;
      }
    #tabsD a:hover {
      background-position:0% -42px;
      }
    #tabsD a:hover span {
      background-position:100% -42px;
      }  
