#categories{
  margin:0 0 0 0px; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  font-size:11px;
  font-family:Arial,Tahoma,Verdana;
  text-align:left;
  /*list-style-position:outside;*/
  list-style-type:none;
  color: #000000;
  font-weight: normal;
  width: 100%;
  vertical-align: middle;
}
#categories a:visited
{
  margin:0 0 0 0px; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  font-size:11px;
  font-family:Arial,Tahoma,Verdana;
  vertical-align: middle;
  text-decoration:none;
  display: block;
/*  border-top: 1px solid #ffffff;
  border-bottom: 0px solid #ffffff;
*/
  color: #000000;
  /*width: 100%; */
  font-weight: normal;
}
#categories a:hover
{
  margin:0 0 0 0px; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  font-size:11px;
  font-family:Arial,Tahoma,Verdana;
  text-decoration:underline;
  /*font-weight: bold; */
  /*text-decoration: none;*/
  color: black;
  font-weight: normal;
  vertical-align: middle;
}

#categories a:link {
  margin:0 0 0 0px; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  text-decoration:normal;
  font-family:Arial,Tahoma,Verdana;
  font-size:11px;
/*  border-top: 1px solid #ffffff;
  border-bottom: 0px solid #ffffff;
*/
  /*background: #E5E5E5;*/
  display: block;
  color: #000000;
  width: 100%;
  font-weight: normal;
  vertical-align: middle;
}
#categories ul{
  margin:0 0 0 0px; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  font-size:11px;
  font-family:Arial,Tahoma,Verdana;
  text-align:left;
/*  list-style-position:outside;
*/  list-style-type:none;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #E5E5E5;
  background: #E9E9F8;
  padding: 3px 0px 0px 0px;
  color: #000000;
  font-weight: normal;
  vertical-align: middle;
}

#categories li{
  margin:0 0 0 0px; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  font-family:Arial,Tahoma,Verdana;
  text-align:left;
  font-size:11px;
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
  border-top: 1px solid #ffffff;
  border-bottom: 3px solid #E9E9F8;
  background: #E9E9F8;
  padding: 3px 0px 0px 10px;
  color: black;
  font-weight: normal;
  width: 100%;
  vertical-align: middle;
 }

#categories .images{ /* Icons */
  float:left;
  width:13px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
  vertical-align: middle;
/*  border-top: 1px solid #ffffff;
  border-bottom: 0px solid #ffffff;
*/
}
