/* ================================================================ 
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.cssplay.co.uk/menus/final_drop.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.
=================================================================== */

.menu { width:475px; height:29px; position:absolute; z-index:100; text-align:center; margin-left:6px; }

/* hack to correct IE5.5 faulty box model */
* html .menu { width:483px; w\idth:483px; }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul { padding:0; margin:0; list-style-type:none;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li { float:left; position:relative; }
.menu .home { width:56px; }
.menu .about { width:72px; }
.menu .wines { width:58px; }
.menu .newsReviews { width:118px; }
.menu .ordering { width:72px; }
.menu .contact { width:64px; }
.menu .spacer { line-height:27px; width:7px; color:#838282; font-size:10px; }

/* style the links for the top level */
.menu a { display:block; font-size:14px; text-decoration:none; color:#9b9a9a; height:29px; line-height:27px; }
.menu .home a { width:56px; }
.menu .about a { width:72px; }
.menu .wines a { width:58px; }
.menu .newsReviews a { width:118px; }
.menu .ordering a { width:72px; }
.menu .contact a { width:64px; }
.menu ul li .on {	color:#FFF; }
/* a hack so that IE5.5 faulty box model is corrected 
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}
* html .menu a, * html .menu .home a:visited {  width:56px; }
* html .menu a, * html .menu .about a:visited {width:72px; }
* html .menu a, * html .menu .wines a:visited { width:58px; }
* html .menu a, * html .menu .newsReviews a:visited { width:118px; }
* html .menu a, * html .menu .ordering a:visited { width:72px; }
* html .menu a, * html .menu .contact a:visited { width:64px; }*/

/* style the second level background */
.menu ul ul a.drop {background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}

/* style the third level background */
.menu ul ul ul a {background:#e2dfa8;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0;}

/* another hack for IE5.5 */
* html .menu ul ul {top:29px;t\op:29px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

 /* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#000;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#000;}

/* style the second level links */
.menu ul ul a { background:#000; color:#9b9a9a; height:auto; line-height:24px; }
.menu ul ul a:hover { color:#FFF; }
.menu ul .wines ul { width:150px; margin-left:-45px; }
.menu ul .wines ul a  { width:150px; }
.menu ul ul .bottomLink a { padding-bottom:10px; background-image:url(../../images/bgSubNav.gif) !important; background-position:bottom; background-repeat:repeat-x; }

/* yet another hack for IE5.5 */
/** html .menu ul ul a, * html .menu ul ul a:visited {width:118px;w\idth:118px;}*/

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


