/* ================================================================ 
Copyright (c) 2011 Stu Nicholls - iStu.co.uk. All rights reserved.
This stylesheet and the associated html may be modified in any 
way to fit your requirements.  Dropdown Menu CSS
=================================================================== */
#menuHolder {width:750px; height:35px; position:relative; z-index:100;}
#menuHolder ul {width:750px; height:35px; padding:0; margin:0; list-style:none; text-align:center;}
#menuHolder ul {background: url(background.png);}
#menuHolder ul li {display:inline; margin:0 -4px 0 0;}
#menuHolder ul li a {display:inline-block; padding:2px 15px; font: bold 12px/28px tahoma, sans-serif; color:#fff; text-decoration:none;}
#menuHolder ul li.clicked > a {color:#000;}
#menuHolder ul li ul {position:absolute; left:0; top:0; z-index:-1; background:transparent;}
#menuHolder ul li ul li a {padding:0 10px; font-size:11px; color:#069;}
#menuHolder ul li ul li a:hover {color:#000; text-decoration:underline;}