/* ================================================================ 
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 {margin-left:-1px; width:700px; height:32px; position:relative; z-index:100; }
	* html .menu {width:700px; w\idth:701px;}
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:100px;}
.menu li {float:left;width:100px;position:relative;}
.menu a, .menu a:visited {display:block;font-size:14px;font-weight: bold; font-style: normal; text-align: center; text-decoration:none; color:#fff; width:100px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#758279; line-height:29px;}
	* html .menu a, * html .menu a:visited {width:100px; w\idth:95px;}
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.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;}
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:-6px; width:100px;border-top:1px solid #000;}
	* html .menu ul ul {top:30px;t\op:31px;}
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:100px;border-width:0 1px 1px 1px;}
	* html .menu ul ul a, * html .menu ul ul a:visited {width:95px;w\idth:95px;}
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
