/* ================================================================ 
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/hover_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:540px; background:#000 url(orchids.jpg); font-family:arial, verdana, sans-serif; font-size:12px;}

#menu ul {padding:0; margin:0; list-style:none;}

#menu a {display:block; color:#fff; width:124px; background: #361; text-decoration:none; height:25px; line-height:25px; text-indent:10px; margin-bottom:1px;}
#menu a.arrow {background:#361 url(pointer.gif) no-repeat right center;}
#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:26px;}
#sub_2, #sub_21 {position:absolute; top:52px;}
#sub_3, #sub_22 {position:absolute; top:78px;}
#sub_4, #sub_23, #sub_231 {position:absolute; top:104px;}
#sub_232 {position:absolute; top:130px;}
#sub_233, #sub_2322, #sub_23221 {position:absolute; top:156px;}

.none {display:none;}
.yes {display:block;}

#menu a:hover,
#menu li.clicked a {color:#fc0; background:#616;}

#menu a.arrow:hover,
#menu li.clicked a.arrow {color:#fc0; background:#616 url(pointer2.gif) no-repeat right center;}

