/* CSS Document */
#softwarelist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 215px;
	height:19;
	margin:0px;
	padding: 0px;
	font-weight: bold;
}


#softwarelist li {
	list-style: none;
}

#softwarelist a {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 215px;
	height:19px;
	/*padding-left:28px;*/
	padding-left:3px;
	padding-top:4px;
	/*background-image:url(../image/testicon.gif);*/
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

#softwarelist a:hover {
	background-color:#CCCCCC;
}