@charset "utf-8";
/* CSS Document */

    #tabsD {
	border-bottom:2px solid #F4B7D6;
	float:left;
	max-height: 60px;
     /* background:#FCF3F8;
      font-size:93%;
      line-height:normal;
      width:100%;
	padding: 5px;
	margin-left: 170px;
	width: 550px;
	background-color: rgb(225, 225, 180);
	color: rgb(118, 102, 79);
	font-family: Tahoma;
	font-size: 12px;

	border-top-width: 5px;
	border-right-width: 5px;

	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #76664F;
	border-right-color: #76664F;

	border-left-color: #76664F;
    */  }
    #tabsD ul {
	margin:0;
	list-style:none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 5px;
      }
    #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(/catalog/images/tableftD.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabsD a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FF7FD4;
	background-image: url(/catalog/images/tabrightD.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsD a span {float:none;}
    /* End IE5-Mac hack */
    #tabsD a:hover span {
      color:#C7377D;
      }
    #tabsD a:hover {
      background-position:0% -42px;
      }
    #tabsD a:hover span {
      background-position:100% -42px;
      }  
/* -------------------------------------------------------
 * Make anything below top level menues invisible
*/
	#tabsD ul li ul {
	display:none;
	}
