
I've decided that learning css, phase two is going to be making over my personal website. I've got it set up on my development server and I'm trying to work with the horizontal CSSMenu. I've got it styled pretty much exactly how I want it, except for one. #$@%#$%#$%. THING!



This particular style:
#primary-nav li.menuactive {
background-color: #440062;
color: white !important;
}
Even though I've put !important, it still displays the color of the other main menu elements. You can see it here:
http://heathersplace.selfip.net. I'm hoping someone can help me while I've still got some hair left...
