#list{
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
	margin: 5px;
	padding: 10px;
}

#list b{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 20px 0px;
	margin-bottom: 5px;

}

#list ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#list li{
	margin:0;
}

#list a{

	display: block;
	color: #000;
	width:500px;
	padding: 3px 3px 3px 35px;
	text-decoration: none;
	font-weight: bold;
}
#list a:hover{
	text-decoration: none;

	}
#list li a{

	background-image: url(img/list.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#list li li a
{
display: block;
color: #000;
padding: 3px 3px 3px 35px;
	width:500px;
margin-left: 24px;
text-decoration: none;
font-weight: normal;
background-image: url(img/list.gif);
		background-repeat: no-repeat;
		background-position: left top;


}
#list li li li a
{
display: block;
color: #000;
padding: 3px 3px 3px 35px;
	width:500px;
margin-left: 48px;
text-decoration: none;
font-weight: normal;
background-image: url(img/list.gif);
		background-repeat: no-repeat;
		background-position: left top;