@charset "UTF-8";
/* CSS Document */

#tabsD {
	float:left;
	width:550px;
	font-size:12px;
	line-height:normal;
	border-bottom:1px solid #F4B7D6;
}
#tabsD ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 170px;
}
#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/tableft_O.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tabsD a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#666;
	background-image: url(images/tabrightD_O.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:#535353;
}
#tabsD a:hover {
	background-position:0% -42px;
}
#tabsD a:hover span {
	background-position:100% -42px;
}
#tabsD .current a {
	background-image: url(images/tableftD.gif);
}
#tabsD .current a span {
	background-image: url(images/tabrightD.gif);
	color: #F36;
}
