.none {
  display          : none;
}

.category  {
  background-color : #000000;
  cursor           : pointer;
  padding-left     : 8px;
  height           : 20px;
  padding          : 3px;
  border-bottom    : 1px solid #326565;
}

.subcategory  {
  background-color : #7f7f7f;
  padding-left     : 26px;
}

.button {
  cursor           : pointer;
}

.menutext {
	font-weight    : bold;
	vertical-align : 27%
}



.menulink {
  color            : #e6f51b;
  text-decoration  : none;
}
.menuicon {
  margin-right     : 5px;
}

.subcategory a {
  color            : #1d1d5a;

}
.subcategory a:hover {
  font-weight      : bold;
  color            : #CC0000;
}
