/* ================================================================ 
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/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {text-transform:capitalize; font-family: arial, sans-serif; width:189px; position:relative; margin:0; font-size:11px; margin:0px 0 0px /*-->distance of next nav button from menu*/ 0; z-index:100;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#fff;width:189px;/*-->width of top level button and dropdown*/ height:18px; /*-->height of top level button bg*/ text-align:left; color:#fff; border-bottom:1px solid #000; background:#000000; line-height:20px; font-size:11px; overflow:hidden; background-image:  url("../images-sitewide/nav-properties.gif");}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#000; background-image:  url("../images-sitewide/nav-properties.gif");/*-->Top level HOVER bg*/}
.menu ul li:hover ul {display:block; position:absolute; top:19px; /*-->distance of drop down from top of navigation wrapper*/ left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#000; color:#e5e5e5;}/*drop down BUTTONS bg and text color*/
.menu ul li:hover ul li a:hover {background:#000; color:#fff; font-weight:bold;}/*drop down BUTTONS HOVER bg and text color*/
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:-88px; top:02px; background-color:#000000; z-index:9999; width:80px;}/*FLYOUT*/
.menu ul li ul li ul li {background: url("../images-sitewide/bullet2.gif") #000000 top left no-repeat;}/*FLYOUT BULLETS*/
.menu ul li:hover ul li:hover ul.left {left:-105px;}

/*!!!!ADDITIONS & CUSTOMISATION*/
.blanktext {text-indent:-9999px;}/*Allows the top level button bg image to show instead of HTML text*/
.menu ul li ul li{padding-left:5px; background: url("../images-sitewide/bullet.gif") #000000 top left no-repeat; height:14px;}/*drop down left indent, item height and background color*/

.menu ul li:hover ul li:hover ul {filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70; border-top:1px solid #666666; border-bottom:1px solid #666666; border-left:1px solid #666666; font-size:10px; border-right:1px solid #666666; font-size:10px;}

.menu ul li:hover ul li ul {padding:3px 3px 5px 3px;}/*padding around entire flyout*/
.menu ul li:hover ul li ul li {padding:0px; margin:0px; height:15px;}
.menu ul li:hover ul li ul li a {width:100%; font-size:10px; border-top:1px solid #666666;}/*flyout link*/
.menu ul li:hover ul li ul li a:hover {font-size:10px;} /*flyout hover*/