Some of your stylesheet edits have created invalid rules which may cause everything following to be ignored, but your prime issue is that you have set the category hover to display: none;
Code:
.betterCategories a:hover, .betterCategories a:active,
.betterDocuments a:hover, .betterDocuments a:active,
.betterEzpages a:hover, .betterEzpages a:active,
.betterInformation a:hover, .betterInformation a:active,
.betterMoreinformation a:hover { display: none; }, .betterMoreinformation { display: none; },
.betterBestsellers a:hover, .betterBestsellers a:active {
background-color: #e7e0ca;
color:#444;
margin-top: 1px;
}
Delete the two commas in red, as they are incorrect for your current setup.