/* ================================================================ 
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:732px; height:40px; position:absolute; z-index:101; text-align:center; margin-top:238px; margin-left:20px; }

.menuHome { width:732px; height:40px; position:absolute; z-index:101; text-align:center; margin-top:333px; margin-left:20px; }

.menuFooter { width:760px; margin-top:240px; margin-bottom:0px; margin-left:23px; *margin-left:12px; }

/* hack to correct IE5.5 faulty box model */
* html .menu { width:737px; w\idth:737px; }

/* 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 .one, .menu .one img { width:74px; }
.menu .two , .menu .two img { width:110px; }
.menu .three, .menu .three img { width:105px; }
.menu .four, .menu .four img { width:96px; }
.menu .five, .menu .five img { width:124px; }
.menu .six, .menu .six img { width:102px; }
.menu .seven, .menu .seven img { width:121px; }
.menu img { height:28px; padding-bottom:12px; }

/* style the links for the top level */
.menu a { display:block; text-decoration:none; color:#9b9a9a; height:40px; background-repeat:no-repeat; }
.menu .one a { width:74px; background-image:url(/images/nav/01.gif); }
.menu .two a { width:110px; background-image:url(/images/nav/02.gif); }
.menu .three a { width:105px; background-image:url(/images/nav/03.gif); }
.menu .four a { width:96px; background-image:url(/images/nav/04.gif); }
.menu .five a { width:124px; background-image:url(/images/nav/05.gif); }
.menu .six a { width:102px; background-image:url(/images/nav/06.gif); }
.menu .seven a { width:121px; background-image:url(/images/nav/07.gif); }

.menu a:hover { background-position: 0 -58px; }

/* 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; top:40px; left:0; height:50px; padding-top:2px; }  /*IE 5.5 needs a background-color so turned off background image here */

/* another hack for IE5.5 */
* html .menu ul ul {top:40px;t\op:40px;}

/* 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 ul a:hover, .menu ul ul a:hover { color:#FFF; _background-color:#000; } /* IE 5.5 needs a background-color */
.menu :hover > a, .menu ul ul :hover > a { color:none; _background-color:#000; } /* IE 5.5 needs a background-color */

/* style the second level links */
.menu ul ul a { _background:#000; color:#FFF; height:auto; line-height:24px; font-size:12px; _text-align:center; }
.menu ul ul a:hover { color:#b49516; _background:#000; } /* IE 5.5 needs a background-color */
.menu ul .five ul, .menu ul .three ul { width:327px; margin-left:-105px; background-image:url(/images/nav/navLine.gif); background-repeat:no-repeat; background-position:bottom center; }
.menu ul .five ul a, .menu ul .three ul a  { width:327px; background-color:#000; background-image:none; }
.menu ul .five ul a:hover, .menu ul .three ul a:hover  { width:327px; background-image:url(/images/nav/navTile.gif); background-repeat:repeat-y; background-position:center; }

.menu ul .three ul { margin-left:-114px; }

/* 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;}


/* new footer */

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuFooter .one, .menu .one img { width:59px; }
.menuFooter .two , .menu .two img { width:94px; }
.menuFooter .three, .menu .three img { width:90px; }
.menuFooter .four, .menu .four img { width:80px; }
.menuFooter .five, .menu .five img { width:110px; }
.menuFooter .six, .menu .six img { width:87px; }
.menuFooter .seven, .menu .seven img { width:117px; }
.menuFooter .eight, .menu .eight img { width:109px; }

.menuFooter .one a { width:59px; background-image:url(/images/nav/footer/01.gif); }
.menuFooter .two a { width:94px; background-image:url(/images/nav/footer/02.gif); }
.menuFooter .three a { width:90px; background-image:url(/images/nav/footer/03.gif); }
.menuFooter .four a { width:80px; background-image:url(/images/nav/footer/04.gif); }
.menuFooter .five a { width:110px; background-image:url(/images/nav/footer/05.gif); }
.menuFooter .six a { width:87px; background-image:url(/images/nav/footer/06.gif); }
.menuFooter .seven a { width:117px; background-image:url(/images/nav/footer/07.gif); }
.menuFooter .eight a { width:109px; background-image:url(/images/nav/footer/08.gif); }
