/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {height:52px; position:relative; z-index:100;padding: 0px 0 0px 0px; text-align: left; z-index 40;}
.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; margin: 0; padding: 0px 0px 15px 0px; }
.menu li ul li{width: 149px; padding: 1px 0 ; text-align: left; }

.menu a, .menu a:visited {display:block;font-size:14px;text-decoration:none; color:#fff; height:32px; border:1px solid transparent; border-width:0px 0 0px 0px; line-height:30px; font-weight:normal; width: 136px; background: #000 url(images/butbg.png) no-repeat top right; margin-left: 10px; padding-left: 15px;}
.menu li:first-child a{margin: 0px; width: 139px;}
.menu ul li ul li:first-child a{margin-left: 10px; width: 129px;}
.menu ul li ul li a{width: 129px;}
.menu ul ul {visibility:hidden;position:absolute;height:0;top:32px;left:0; width:129px;}
/* position the third level flyout menu */
.menu ul ul ul{left:170px; top:0px; width:129px;}
/* 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 second level links */
.menu li.current_page ul li a, .menu ul ul a, .menu ul ul a:visited {background-color: #000; background-image: none; color:#fff; border-color: transparent; height:auto; line-height:1em; padding:5px 10px; width:129px;border-width:0 1px 1px 1px;}
.menu li.current_page a{color: #fff;}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;}
/* 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;}
