#container #links {
	background-color: #f3f1f2;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#container #links ul li {
	float: left;
	width: 115px;
	list-style-type: none;
	line-height: 14px;
	color: #000;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
	padding-left: 3px;
	word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
}
#container #links ul li a:link, #container #links ul li a:visited{
	color:#7b7b7b;
	text-decoration:none;
}
#container #links ul li a:hover{
	color:#000000;
	text-decoration:none;
}
#container #footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	height: 107px;
	text-align: center;
	color: #5a5a58;
	line-height: 16px;
	border-top-width: 5px;
	border-top-color: #D8DFCD;
	border-top-style: solid;
	clear:both;
}
#container #footer a:link, #container #footer a:visited{
	color:#646862;
	text-decoration:none;
}
#container #footer a:hover{
	color:#000000;
	text-decoration:none;
}
#container #links ul {
	margin: 5px;
	padding:5px;
}

