/* ================================================================ 
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:193px; height:265px; margin-left:2px; font-family:verdana, sans-serif; font-size:13px; z-index:100;}

#menu ul {padding:0; margin:0; list-style:none;}

#menu a {display:block; color:white; width:192px; background: #6d9e54; text-decoration:none; height:23px; line-height:23px; text-indent:10px; margin-bottom:1px; font-weight:bold;}
#menu a.arrow {background:#6d9e54 url(pointer.gif) no-repeat right center;}
#menu a:active, #menu a:focus {outline:0;}

#sub0 {position:absolute; left:0;}
#sub1 {position:absolute; left:193px;}
#sub2 {position:absolute; left:386px;}

#sub_1 {position:absolute; top:24px;}
#sub_2, #sub_21 {position:absolute; top:144px;}
#sub_3, #sub_22 {position:absolute; top:192px;}

.none {display:none;}
.yes {display:block;}

#menu a.active_menu {color:#fec77c;}

#menu a.arrow.active_menu {color:#fec77c; background:#6d9e54 url(pointer2.gif) no-repeat right center;}

#menu a:hover,
#menu a.active_menu:hover,
#menu li.clicked a {color:#2e5000; background:#fec77c;}

#menu a.arrow:hover,
#menu a.arrow.active_menu:hover,
#menu li.clicked a.arrow {color:#2e5000; background:#fec77c url(pointer1.gif) no-repeat right center;}

