
.categoriesBox{
width: 300px;
float:left;
padding: 10px 0 0 8px;
font-size: 14px;
}

.categories ul{
padding: 0;
margin-left:0;
}

.categories li{
background: url(img/link.gif) no-repeat 0 50%;
list-style: none;
font-weight: bold;
padding-left: 23px;
}

.categories li a{
font-family: arial, Verdana, Helvetica, Sans-Serif;
}

.categories a{
	color: #616161;
	text-decoration: none;
}
.categories a:hover{
	color: #003366;
	text-decoration: underline;
}

