/* ================================================================
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.
=================================================================== */
#hvmenu {list-style-type:none; padding:0; margin:0 0 0 1px;}
#hvmenu ul {list-style-type:none; padding:0; margin:0;}
#hvmenu li {float:left; background:#6699cc; margin:1px 1px 0 0; border:1px solid #000; width:280px; height:25px;}
#hvmenu li.sub {background:#6699cc; color: #fff;}

/* for IE5.5 and IE6 only */

#hvmenu li a {display:block; color: #fff; height:25px; font-family:arial, sans-serif; font-size:14px; line-height:24px; width:280px; text-decoration:none; text-align:center;}
#hvmenu li a table {position:absolute; left:0; top:-1px; border-collapse:collapse; width:0; height:0;}

#hvmenu :hover {color:#fff; background:#225588; position:relative;}
#hvmenu :hover > a {color:#fff; background:#225588;}

#hvmenu ul,
#hvmenu :hover ul ul,
#hvmenu :hover ul :hover ul ul,
#hvmenu :hover ul :hover ul ul.left {visibility:hidden; width:0; height:0; overflow:hidden;}

#hvmenu :hover ul {visibility:visible; overflow:visible; position:absolute; height:auto; width:228px; left:-1px;top:26px; background:url(transparent.gif);} /* the background image is for IE7 */

#hvmenu :hover ul :hover ul,
#hvmenu :hover ul :hover ul :hover ul {visibility:visible; overflow:visible; height:auto; width:128px; padding:0px 0px; left:200px; top:0;}

#hvmenu :hover ul :hover ul.left,
#hvmenu :hover ul :hover ul :hover ul.left {visibility:visible; overflow:visible; height:auto; width:128px; padding:0px 0px; left:-106px; top:0;}

