Creating vertical drop downs in wordpress

I'm trying to change the navigation on the left side bar to have the "children" not visible until the user is clicked on the parent page, or until the main item has been rolled over. Can I do this with CSS?

The link: www.svadsi.info

The Css:

#content div.column-content {font-size: 14px; line-height: 20px; }
#content ul.menu {border-bottom: solid 1px #ccc; margin-bottom: 15px; }
#content ul.menu li {font-size: 11px; font-weight: bold; padding: 5px 0;}
#content ul.menu li a {color:#666; }

Syndicate content