#hlidarlinkar {
	background-color: CBCBCB;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 25px;
}
#hlidarlinkar li {
	list-style-type: none;
}
#hlidarlinkar ul {
	margin: 0px;
	padding: 0px;
}
#hlidarlinkar ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
	line-height: 12px;
	color: #333333;
	padding: 5px;
	margin: 0px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	display: block;
	width: 110px;
}
#hlidarlinkar ul li a:hover{
	background-color: #B9B9B9;
	color: #000000;
	text-decoration: underline;
}
#hlidarlinkar ul li .onside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
	line-height: 12px;
	color: #000000;
	padding: 5px;
	margin: 0px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	display: block;
	width: 110px;
	background-color: #B9B9B9;
}
