/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/click_through.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements. 

Please see 'Terms of use' on stunicholls.com
=================================================================== */

/*
#menu {position:relative; width:750px; height:499px; background:url(spray.jpg); font-family:arial, verdana, sans-serif; font-size:12px;}
*/

#menu ul {padding:0; margin:0; list-style:none; position:absolute;}

#menu a {display:block; color:Yellow; width:200px; background: url(/menu/MenuBackground.gif); background-repeat:no-repeat; text-decoration:none; height:20px; line-height:20px; text-align:center;}
#menu a.arrow {width:200px; background:url(/menu/MenuBackground_Arrow.gif); background-repeat:no-repeat;}
#menu a:active, #menu a:focus {outline:0;}

#sub0 {position:absolute; left:0;z-index:1;}
#sub1 {position:absolute; left:200px;z-index:1;}
#sub2 {position:absolute; left:400px;z-index:1;}
#sub3 {position:absolute; left:600px;z-index:1;}
#sub4 {position:absolute; left:800px;z-index:1;}
#sub5 {position:absolute; left:1000px;z-index:1;}

/*
#sub_1 {position:absolute; top:20px;}
#sub_2, #sub_21 {position:absolute; top:40px;}
#sub_3, #sub_22 {position:absolute; top:60px;}
#sub_4, #sub_23, #sub_231 {position:absolute; top:80px;}
#sub_232 {position:absolute; top:100px;}
#sub_233, #sub_2322, #sub_23221 {position:absolute; top:120px;}
*/
.none {display:none;}
.yes {display:block;}

#menu a:hover,
#menu li.clicked a {color:Yellow; background-position:0 -20px; text-decoration:none;}
