/* ================================================================ 
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_drop_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.topline {width:647px; height:3px; border:none; background:#b97c29; font-size: 1px;}
.pad1 {width:21px; height:25px; background:#b97c29; float:left; margin:0; border:none}
.pad2 {width:21px; height:25px; background:#b97c29; float:left; margin:0 0 0 -1px; border:none}
.bottomline {width:647px; height:3px; border:none; background:#b97c29; font-size: 1px; clear:both;}

#menu {list-style-type:none; padding:0; margin:0;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left; background:#fecd80; margin:0; border:none; width:101px; height:25px;}
#menu li.sub {background:#fecd80;}

/* for IE5.5 and IE6 only */

#menu li a {display:block; color:#000; height:25px; font-family:arial, sans-serif; font-size:12px; width:101px; border-top: 1px solid black; border-left: 1px solid black; line-height:24px; text-decoration:none; text-align:center;}
#menu li a table {position:absolute; left:0; border-collapse:collapse; width:0; height:0;}

#menu :hover {color:#fff; background:#fea; position:relative;}
#menu :hover > a {color:#246632; background:#fea;}
/* #menu :hover > a {color:#ff9; background:#276d37;} green background */

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {visibility:hidden; width:0; height:0; overflow:hidden;}

#menu :hover ul {visibility:visible; overflow:visible; position:absolute; height:auto; width:100px; top:25px; background:url(transparent.gif);} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {visibility:visible; overflow:visible; height:auto; width:100px; padding:9px 3px; left:100px; top:0;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {visibility:visible; overflow:visible; height:auto; width:100px; padding:9px 3px; left:-106px; top:0;}

