/* @override 
	http://adsteel:8888/includes/css/menu.css
	http://www.adsteel.com.au/new_site/includes/css/menu.css
*/

/* ================================================================ 
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:832px; height:29px; /*position:absolute; z-index:100;*/ text-align:center; margin-top:0px; margin-left:0px; background:url('../../images/menu/bg.gif') no-repeat top left; float: left; position: relative; }

/* hack to correct IE5.5 faulty box model */
* html .menu { width:837px; w\idth:837px; }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul { padding:0; margin:0; list-style-type:none; float: left; position: relative;}

/* 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:66px; }
.menu .services { width:81px; }
.menu .products { width:86px; }
.menu .distribution { width:102px; }
.menu .trading { width:77px; }
.menu .locations { width:88px; }
.menu .contact { width:79px; }*/

/* style the links for the top level */
.menu a { display:block; font-size:12px; text-decoration:none; color:#FFF; height:29px; line-height:27px; text-transform:none; font-weight:normal; padding:0px 14px 0px 14px; }
/*.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;*/
	height:29px;
}
.menu li a {
	float: left;
	/*position: relative;
	display:block;*/
	background:url('../../images/menu/tile.gif') no-repeat top left;
	height:29px;
}
.menu li a:hover, .menu li:hover {
	background:url('../../images/menu/tileHover.gif') no-repeat top left;
}
.menu li.end {
	display:block;
	background:url('../../images/menu/end.gif') no-repeat top left;
	width:23px;
}
.menu li.start {
	display:block;
	background:url('../../images/menu/start.gif') no-repeat top right;
	width:26px;
}
.menu .on a {
	color:#FFF;
	background:url('../../images/menu/tileHover.gif') no-repeat top left;
}

/*.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{
	}
.menu ul ul :hover > a.drop {
	
	}

/* style the third level background */
.menu ul ul ul a {
	}

/* style the third level hover */
.menu ul ul ul a:hover {
	}

/* 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:#FFF; _background-color:#000; } /* IE 5.5 needs a background-color */
.menu :hover > a, .menu ul ul :hover > a { color:#FFF; _background-color:#000; } /* IE 5.5 needs a background-color */

/* style the second level links */
/*.menu ul ul a {
	 color:#cc3399; 
	 height:auto; 
	 line-height:24px;
}*/
/*.menu ul ul a:hover { color:#fd8127; _background:#6c0546; }*/ /* IE 5.5 needs a background-color */


/* 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;}

/*DROPDOWN*/
.sub ul{
	float: left;
	position: relative;
	
}
.menu .sub {
	display: none;
	position: absolute;
	left: 0;
	top: 29px;
	z-index: 99;
}
.menu .sub ul{
	width: 200px;
	background-color: black;
	background-image: none;
}
.menu .sub ul li{
	float: left;
	position: relative;
	width: 200px;
}
.menu .sub ul li a{
	background-image: none;
	text-align: left;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 ;
	text-indent: 20px;
}
.menu .sub ul li a:hover{
	background-color: gray;
	
}
/*END DROPDOWN*/
