#dlAll {
	width: 800px;
	margin: 20px 0 0 10px;
	padding:0;
	clear:both;
}

ul#dlTabs {
	margin:8px 0 0 0;
	list-style:none;
	height: 36px;
	border-bottom:1px #7FBDC2 solid;
	text-align: left;
}
ul#dlTabs li {
	background:url(../images/dlTabRight.gif) top right no-repeat;
	display:block;
	float:left;
	margin:0;
	
}
ul#dlTabs li.on {
	background:url(../images/dlTabRightOn.gif) top right no-repeat;
	padding-top:1px;
	margin-bottom:-2px;
	border-bottom: 1px solid white;
	line-height:15px;
	
}
ul#dlTabs a {
	display:block;
	text-decoration:none;
	color:#666;
	margin:0;
	padding:3px 5px;
	background:url(../images/dlTabLeft.gif) top left no-repeat;
	outline: none;
	cursor:pointer;
	font-size: 12px;
	line-height:15px;
	
}
ul#dlTabs li a:hover {
	color:#333;
	line-height:15px;
}
ul#dlTabs li.on a {
	background:#fff;
	color:#CC3300;
	font-weight:bold;
	padding-top:5px;
	margin-bottom:-1px;
	margin-top:-1px;
	background:url(../images/dlTabLeftOn.gif) top left no-repeat;
z-index:1000;
	
}
#dl {
	margin: 0;
	padding:10px 10px 5px 10px;
	height:135px;
	background:url(../images/dlBoxBackground.gif) bottom left no-repeat;
	position:relative;
	clear:both;
}
img.dlPhoto {
	position:absolute;
	top:10px;
	left:10px;
	padding:5px;
}




