#linkar {
	background-color: CBCBCB;
	width: 192px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 15px;
}
#linkar li {
	list-style-type: none;
}
#linkar ul {
	margin: 0px;
	padding: 0px;
}
#linkar ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	line-height: 12px;
	color: #666666;
	padding: 5px;
	margin: 0px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	display: block;
	width: 182px;
}
#linkar ul li a:hover{
	background-color: #B9B9B9;
	color: #000000;
	text-decoration: underline;
}
