Sliding doors drop-down menu

Permalink
I have a template which I've created from scratch and it has a sliding doors navigation with images for each state and a sub menu, much like the one in this tutorial:
http://www.cssplay.co.uk/menus/doors_drop_line_three.html...

Is there a template out there which I could take the code from so I can integrate this with Concrete CMS?
Or can anyone help me with how to do this?

Current code:
<div id="nav">
            <ul>
                <li id="homeactive"><span>Home</span></li>
                <li id="about"><a href="about.html"><span>About us</span><!--[if IE 7]><!--></a><!--<![endif]-->
                    <!--[if lte IE 6]><table><tr><td><![endif]-->
                    <ul>
                        <li><a href="#">Why Choose Us</a></li>
                        <li><a href="#">Structure and Sessions</a></li>
                        <li><a href="#">Tax Credits</a></li>
                        <li><a href="#">Careers</a></li>
                    </ul>
                    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                </li>
                <li id="nurseries"><a href="nurseries.html"><span>Nurseries</span><!--[if IE 7]><!--></a><!--<![endif]-->
                    <!--[if lte IE 6]><table><tr><td><![endif]-->