/*- Menu Tabs D--------------------------- */

    .tabsD {
      float:left;
      width:100%;
      font-size:100%;
      font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
      font-weight: bold;
      line-height:normal;
      }
    .tabsD ul {
		  margin:0;
		  padding:10px 10px 0 50px;
		  list-style:none;
      }
    .tabsD li {
      display:inline;
      margin:0;
      padding:0;
      }
    .tabsD a {
      float:left;
      background:url("media/tableftD.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }
    .tabsD a span {
      float:left;
      display:block;
      background:url("media/tabrightD.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFFFFF;
      }
   /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabsD a span {float:none;}
    /* End IE5-Mac hack */
    .tabsD a:hover span {
      color:#FFFFFF;
      }
    .tabsD a.selected {
      background-position:0% -42px;
      }
    .tabsD a.selected span {
      background-position:100% -42px;
      }
    .tabsD a:hover {
      background-position:0% -42px;
      }
    .tabsD a:hover span {
      background-position:100% -42px;
      }  
	
		.tabs_content {
			border-top:5px solid #CD9AFE;
			border-bottom:2px solid #CD9AFE;
			border-left:2px solid #CD9AFE;
			border-right:2px solid #CD9AFE;
			margin-bottom: 1em; 
			margin-top: -1px; 
			top: 5px; 
			padding: 10px;
			}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
