/* ================================================================ 
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:455px; height:29px; position:absolute; z-index:100; text-align:center; margin-top:67px; margin-left:407px; }

/* hack to correct IE5.5 faulty box model */
* html .menu { width:460px; w\idth:460px; }

/* 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:75px; }
.menu .about { width:77px; }
.menu .galleries { width:100px; }
.menu .packageMenu { width:105px; }
.menu .contact { width:90px; }
.menu .spacer { line-height:27px; width:2px; 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:75px; }
.menu .about a { width:77px; }
.menu .galleries a { width:100px; }
.menu .packageMenu a { width:105px; }
.menu .contact a { width:90px; }
.menu ul li .on {	color:#FFF; }

.menu a:hover {
	text-decoration:none !important;
}

/* 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; background-image:url(../../images/bgNav.gif); background-repeat:repeat-x; background-color:#6c0546; padding-top:5px; height:177px; _background-image:none; } /* IE 5.5 needs a background-color so turned off background image here */


.menu ul .packageMenu ul { width:170px; margin-left:-32px; height:104px; }
.menu ul .packageMenu ul a  { width:170px; }

/* 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 ul a:hover, .menu ul ul a:hover { color:#6B0546; _background-color:#FFF; } /* IE 5.5 needs a background-color */
.menu :hover > a, .menu ul ul :hover > a { color:#6B0546; _background-color:#FFF; } /* IE 5.5 needs a background-color */
.menu .on {
	color:#6B0546 !important;
}

/* style the second level links */
.menu ul ul a { _background:#6c0546; color:#cc3399; height:auto; line-height:24px; }
.menu ul ul a:hover { color:#fd8127; _background:#6c0546; } /* IE 5.5 needs a background-color */
.menu ul .wines ul { width:150px; margin-left:-45px; }
.menu ul .wines ul a  { width:150px; }
.menu ul ul .bottomLink a { padding-bottom:10px; }
.menu ul ul li .on {
	color:#fd8127 !Important;
}

/* 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;}

