a,a:visited
{
	color:#000000;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
#categories, #categories ul{
  font-size:12px;
  font-family: "Trebuchet MS";
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  padding:0px;
  list-style-position:outside;
  list-style-type:none;
}

#categories li{
  margin:0 0 0 10px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
  font-size:11px; 
	font-family: "Trebuchet MS";  
	padding:0px;
 }

#categories .images{ /* Icons */
  float:left;
  width:16px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

#tutcat, #tutcat ul{
  font-size:12px;
  font-family: "Trebuchet MS";
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  padding:0px;
  list-style-position:outside;
  list-style-type:none;
}

#tutcat li{
  margin:0 0 0 10px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
  font-size:11px; 
	font-family: "Trebuchet MS";  
	padding:0px;
 }

#tutcat .images{ /* Icons */
  float:left;
  width:16px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}
