*#wrapper {width:979px; margin:0px auto; text-align:center;}

.menu {width:979px; height:28px;text-align:left; font-family:tahoma,helvetica,arial;font-weight:bold;position:relative;z-index:100;border-right:0px solid #fff;}

/* IE 5.5 hack */
* html .menu {width:979px;w\idth:979px;background:#fff;}

/* remove bullets, padding, etc... from default list style */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:209px;}

/* float list to make it horizontal and a relative position so as to control the dropdown position */
.menu li {float:left;width:130px;position:relative;}
.menu li.bullet {float:left;width:18px;position:relative; padding-top:4px;}
.menu li.transparentspacer {float:left;width:90px;position:relative; padding-top:4px;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none;color:#858585;width:80px;height:26px;border:1px solid #fff;background:#fff;padding-left:10px;padding-right:0px;line-height:25px;} /*Top level menus */

/* IE5.5 hack */
* html .menu a, * html .menu a:visited {width:108px; w\idth:96px;}

/* style of second level background ---- JMS: This applies only to drop down menu items that also have fly-outs */
.menu ul ul a.flyout, .menu ul ul a.flyout:visited {background:#888888; url(flyout.gif) bottom right no-repeat;} /* JMS: flyout.gif is the black fly-out indicator triangle */

/* style the second level hover  ---- JMS: The background color below is the background hover color only for drop down items that also have fly-outs */
.menu ul ul a.flyout:hover{background:#c5deff url(flyout.gif) bottom right no-repeat;}
.menu ul ul :hover > a.flyout {background:#c5deff url(flyout.gif) bottom right no-repeat;} /* JMS: Hover color of items with flyouts */

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#888888;} /* JMS: dark gray background for fly-outs*/

/* style the third level hover */
.menu ul ul ul a:hover {background:#c5deff;} /* JMS: background for fly-outs*/

/* 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:27px;left:0; width:209px;border-top:1px solid #fff;}

/* another hack for IE5.5 */
* html .menu ul ul {top:26px;t\op:27px;}

/* position the third level flyout menu */
.menu ul ul ul{left:209px; top:-1px; width:209px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-209px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links CHANGED 188 to 208 here */
.menu ul ul a, .menu ul ul a:visited {background:#888888; font-size:10px; text-align: left; color:#fff; height:auto; line-height:1em; padding:4px 10px; width:188px;border-width:0 1px 1px 1px #fff;}
/* IE5.5 hack */
* html .menu ul ul a, * html .menu ul ul a:visited {width:210px;w\idth:188px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#c5deff;} /* JMS: IE6 or less only???: This is color that appears when you hover over any menu or menu item that doesn't have a fly-out */
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#c5deff;} /* JMS: This is the color that appears when you hover over any menu or menu item that doesn't have a fly-out */

/* 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;}