#box_directory {
	background: url(../images/directory_bg.gif) top right repeat-y;
	margin: 0 0 8px 0;
}
#home #box_directory {width: 185px;}

#home div.long#box_directory {width: 450px;}


#home #box_directory .tr {100% 0 no-repeat; padding: 10px; height: 250px;}
.clear {font-size: 1px; height: 1px}

#box_directory ul {
	margin: 0 0 16px 0;
}

#home #box_directory ul {margin: 0px;}

#box_directory ul li
{
	font-size: 16px;
	font-weight: bold;
	color: #e86850;
	background: none;
	padding: 0px;
	margin: 0px;	
}

#box_directory ul li.first span {
	border-bottom: 1px dotted #ffffff;
	width: 100%;
	display: block;
}

#box_directory ul li a
{
color: #c16655;
text-decoration: none;
font-weight: normal;
font-size: 12px;
}

#box_directory ul li a:hover {
	text-decoration: underline;
}

#box_directory ul li ul li {
	background: url(../images/bllt-orange.gif) 0 6px no-repeat;
	padding: 0 0 0 14px;
}
#box_directory ul li p
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;	
}