/* CSS Document */

#footer{
	padding: 5px;
	width: 930px;
	background-color: #CCCCCC;
}
#footer ul{
	padding: 0px;
	list-style-position: inside;
	list-style-image: url(../image/dot.png);
	list-style-type: none;
}
#footer li b a{
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	border : none;
}
#footer li b a:hover{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer li a{
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#footer li a:hover{
	text-decoration: none;
	border-bottom-style: solid;
}