Please see the screenshot i would like to achieve

thanks
Tom
Posted 08 April 2012 - 11:49 PM

Posted 09 April 2012 - 10:18 AM
Posted 09 April 2012 - 02:44 PM
Posted 09 April 2012 - 03:06 PM
/** MENU ITEMS **/
#nav li a {
background: none repeat scroll 0 0 green;
color: white;
}
/** MENU ITEMS ON HOVER **/
#nav li a:hover, #nav ul.dropdown a:hover, #nav ul.dropdown li.menuhover > a {
background: none repeat scroll 0 0 orange !important;
color: white;
}
/** DROP DOWN MENU ITEMS **/
#nav ul.dropdown ul li a {
background: none repeat scroll 0 0 green !important;
color: white;
}
#nav .current_page_item a, #nav .current_page_item a:hover, #nav .current_page_ancestor a, #nav .current_page_parent a, #nav ul li a:active