/* ================================================================ 
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;}

#menu a {display:block; color:#444; width:125px; background: url(125.gif); text-decoration:none; height:35px; line-height:35px; text-align:center;}
#menu a.arrow {background:url(125a.gif);}
#menu a:active, #menu a:focus {outline:0;}

#sub0 {position:absolute; left:0;}
#sub1 {position:absolute; left:125px;}
#sub2 {position:absolute; left:250px;}
#sub3 {position:absolute; left:375px;}
#sub4 {position:absolute; left:500px;}
#sub5 {position:absolute; left:625px;}

#sub_1 {position:absolute; top:35px;}
#sub_2, #sub_21 {position:absolute; top:70px;}
#sub_3, #sub_22 {position:absolute; top:105px;}
#sub_4, #sub_23, #sub_231 {position:absolute; top:140px;}
#sub_232 {position:absolute; top:175px;}
#sub_233, #sub_2322, #sub_23221 {position:absolute; top:210px;}

.none {display:none;}
.yes {display:block;}

#menu a:hover,
#menu li.clicked a {color:#000; background-position:0 -35px; text-decoration:underline;}

