.sectionnav_category li {
	padding-left: 10px;
}

.sectionnav_section, .sectionnav_category, .sectionnav_content {
list-style-type:none;
padding-left:0;
margin:0;
}

.sectionnav_section a:link,.sectionnav_section a:visited {
	padding:0 0 0 0px;
	font-size: 100%;
	display:block;
	font-weight: bold;
}

.sectionnav_section a:hover {
text-decoration: none;
}

.sectionnav_category a:link,.sectionnav_category a:visited {
font-weight: normal;
font-size: 90%;
display:block;
text-decoration: none;
}

.sectionnav_category a:hover {
}

a#active_menu-sec {
  background-color: transparent;
  font-weight: bold;
  width: 100%;
  font-size: 12px;
  padding-left: 0px;
  color: #484848;
}

a#active_menu-sec:hover {
  color: #5F6CFF;
  font-size: 12px;
  text-decoration: none;
  padding: 0px;
}

a#active_menu-cat {
  color: #484848;
  background-color: transparent;
  font-weight: normal;
  width: 100%;
}

a#active_menu-cat:hover {
  text-decoration  : none;
}