﻿dl,dd, ul, li
{ 
	margin: 0; 
	padding: 0;
}

dl 
{ 
	width: 250px; 	
	position: absolute;
	margin: 22px 0 0 -290px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Sans-Serif;
}

dt 
{ 
	background: transparent url(images/tutorial/grayBg.gif) no-repeat scroll 0 0;	
	font-size: 12px; 
	width: 228px;
	height: 32px;
	margin: 4px;
	padding-left: 15px;
	line-height: 30px;
}

dt a, dt a:link
{ 
	color: black; 
	text-decoration: none;
	display: block;
	outline-style: none;
}

dt:hover
{
	background-position: -243px 0;
}

dd a, dd a:link, dd a:visited
{ 
    color: #555555;  
    font-size: 12px; 
    text-decoration: none;     
	line-height: 25px;
	outline-style: none;
	display: block;	
}

dd a:hover 
{ 
	color: #0088CC; 
}

ul 
{ 
	list-style: none none outside;
}

dd li 
{ 
	border-bottom: 1px solid #E5E5E5;
	margin: 0 15px;
}