/* ================================================================ 
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:807px; height:89px; position:absolute; z-index:100; text-align:center; margin-top:12px; margin-left:0px; }

/* hack to correct IE5.5 faulty box model */
* html .menu { width:812px; w\idth:812px; }

/* 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 .logo { width:227px; }
.menu .home { width:66px; }
.menu .services { width:81px; }
.menu .products { width:86px; }
.menu .distribution { width:102px; }
/*.menu .trading { width:77px; }*/
.menu .projects { width:77px; }
.menu .locations { width:88px; }
.menu .contact { width:79px; }

/* NEW WIDTHS FOR PRJECTS */

.menu .home { width:65px; }
.menu .services { width:80px; }
.menu .products { width:85px; }
.menu .distribution { width:101px; }
/*.menu .trading { width:77px; }*/
.menu .projects { width:84px; }
.menu .locations { width:87px; }
.menu .contact { width:78px; }




/* style the links for the top level */
.menu a { display:block; font-size:10px; text-decoration:none; color:#323232; color:#6d6d6d; height:89px; line-height:87px; text-transform:uppercase; font-weight:bold; }
/*.menu .logo a { width:227px; }
.menu .home a { width:66px; }
.menu .services a { width:81px; }
.menu .products a { width:86px; }
.menu .distribution a { width:102px; }
.menu .trading a { width:77px; }
.menu .projects a { width:77px; }
.menu .locations a { width:88px; }
.menu .contact a { width:79px; }*/

.menu li {
	display:block;
	background:url('../../images/menu/tile.gif') repeat-x top left;
}
.menu li span {
	display:block;
	background:url('../../images/menu/rightEnd.gif') no-repeat top left;
}
.menu li span span, .menu .home span span {
	display:block;
	background:url('../../images/menu/left.gif') no-repeat top left;
}
.menu li a {
	background:url('../../images/menu/right.gif') no-repeat top right;
}

.menu .home span {
	display:block;
	background:url('../../images/menu/leftEnd.gif') no-repeat top left;
}

.menu .logo a, .menu .logo span, .menu .logo span span {
	background-image:none !important;
}

.menu li:hover, .menu .on, .menu .onContact {
	background:url('../../images/menu/tileHover.gif') repeat-x top left;
}
.menu li:hover span span, .menu .home:hover span span, .menu .on span span {
	display:block;
	background:url('../../images/menu/leftHover.gif') no-repeat top left;
}
.menu li:hover a, .menu .on a, .menu .onContact a {
	background:url('../../images/menu/rightHover.gif') no-repeat top right !important;
}
.menu .on a {
	color:#c19f1a;
	color:#383737;
}

.menu .contact span, .menu .onContact span {
	display:block;
	background:url('../../images/menu/rightEnd.gif') no-repeat top left;
}
.menu .contact span span, .menu .contact:hover span span {
	display:block;
	background:url('../../images/menu/rightEnd.gif') no-repeat top right;
}
.menu .contact span span span {
	display:block;
	background:url('../../images/menu/left.gif') no-repeat top left;
}
.menu .onContact span span span, .menu .onContact:hover span span span, .menu .contact:hover span span span {
	display:block;
	background:url('../../images/menu/leftHover.gif') no-repeat top left;
}
.menu .contact a {
	background:url('../../images/menu/right.gif') no-repeat top right;
}

/*.menu ul li .on { color:#c19f1a; color:#383737; }*/
* 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; height:152px; padding-top:5px; _background-image:none; } /* IE 5.5 needs a background-color so turned off background image here */

/* 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:#c19f1a; color:#383737; _background-color:#FFF; } /* IE 5.5 needs a background-color */
.menu :hover > a, .menu ul ul :hover > a { color:#c19f1a; color:#383737; _background-color:#FFF; } /* IE 5.5 needs a background-color */

/* 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; }

/* 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;}


