I want to control the following things:
1. Unvisited link
2. Hovering link
3. Active link
There also appears to be a big gap which I do not want.
As my site is not live yet, let me know if I can give you a PM for you to have a look at it.

.box ul.menu > li.active > a {
color: blue;
}
#gkSidebar .box a:hover { color: #222222; }