@charset "utf-8";
/* CSS Document */

#footerLeft ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	width:600px;
}

#footerLeft ul li {
	display:block;
	float:left;
	width:200px;
}

#footerLeft ul li a {
	display:block;
	width:200px;
	height:0px;
	overflow:hidden;
}

/*
#footerLeft ul li ul {
	width:300px;
	display:block;
	padding:0;
}

#footerLeft ul li ul li {
	display:block;
	width:300px;
}
*/
#footerLeft ul li a, #footerLeft ul li a:link, #footerLeft ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#ccc;
	line-height:24px;
	display:inline;
	height:auto;
	overflow:none;
	background-repeat:no-repeat;
	
	border-bottom: 1px dotted;
}

#footerLeft ul li ul li a:hover, #footerLeft ul li ul li a:active {
	text-decoration:none !important;
	border-bottom: 1px solid;
}
/*
#footer a:link, #footer a:visited,  {
	font-weight: bold;
	text-decoration: none;
	background: transparent;
	
	color: #ccc;
}

#footer a:hover, #footer a:active {
	border-bottom: 1px solid;
}
*/
