/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_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.
=================================================================== */
/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul { list-style-type:none; margin:0; padding:0; text-align:left; }

/* Set up the top level list items and float left to place inline */
.menu li.top { display:block; float:left; position:relative; height:25px; z-index:999; }

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table { border-collapse:collapse; height:0pt; left:0pt; position:absolute; top:0pt; width:0pt; }

/* Default top link link styling */
.menu li.top a.top_link { display:block; float:left; height:25px; }
.menu li.top a span { font-size:10px; left:-9999px; position:absolute; top:0pt; z-index:100; }

/* pre-load the hover images into the lists */
.menu li.issue {background:url(../img/menu/issue_over.gif) no-repeat; width:104px;}
.menu li.task {background:url(../img/menu/task_over.gif) no-repeat; width:99px;}
.menu li.families {background:url(../img/menu/families_over.gif) no-repeat; width:96px;}
.menu li.iffampac {background:url(../img/menu/iffampac_over.gif) no-repeat; width:103px;}
.menu li.media {background:url(../img/menu/media_over.gif) no-repeat; width:69px;}


/* set up the normal unhovered images in the links */
.menu li a#issue {background:url(../img/menu/issue.gif) no-repeat; width:104px;}
.menu li a#task {background:url(../img/menu/task.gif) no-repeat; width:99px;}
.menu li a#families {background:url(../img/menu/families.gif) no-repeat; width:96px;}
.menu li a#iffampac {background:url(../img/menu/iffampac.gif) no-repeat; width:103px;}
.menu li a#media {background:url(../img/menu/media.gif) no-repeat; width:69px;}


/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover { visibility:visible; } 
.menu li:hover { position:relative; z-index:200; }

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#issue:hover, .menu li:hover a#issue,
.menu li a#task:hover, .menu li:hover a#task,
.menu li a#families:hover, .menu li:hover a#families,
.menu li a#iffampac:hover, .menu li:hover a#iffampac,
.menu li a#media:hover, .menu li:hover a#media { background:transparent none repeat scroll 0%; }

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu *:hover ul ul, 
.menu *:hover ul *:hover ul ul, 
.menu *:hover ul *:hover ul *:hover ul ul, 
.menu *:hover ul *:hover ul *:hover ul *:hover ul ul { height:0pt; left:-9999px; position:absolute; top:-9999px; width:0pt; }

/* set up the first drop down sub level */
.menu *:hover ul.sub { background:#3d4a52 none repeat scroll 0%; min-height:15px; left:0pt; padding:0; top:25px; /*white-space:nowrap;*/ width:162px; }
.menu *:hover ul.sub li { display:block; float:left; min-height:15px; position:relative; width:155px; padding-top:2px; padding-left:5px; padding-bottom:3px; }
.menu *:hover ul.sub li a { color:#fff; display:block; font-size:11px; min-height:15px; line-height:15px; text-decoration:none; width:140px; padding-left:10px; padding-bottom:2px; padding-right:10px; padding-top:2px; }
.menu *:hover ul.sub li a:hover { background:url(../img/menu/arrow.gif) #8897a0 no-repeat 6px 7px; color:#000; min-height:14px; width:135px; margin-left:-5px; padding-left:15px; }
* html .menu *:hover ul.sub li a:hover { width:140px }
.menu *:hover ul li:hover > a.fly { background:#5c707c url(../img/menu/arrow.gif) no-repeat scroll 148px 6px; color:#fff; }

/* set up the flyout levels when hovering */
.menu *:hover ul *:hover ul, 
.menu *:hover ul *:hover ul *:hover ul, 
.menu *:hover ul *:hover ul *:hover ul *:hover ul, 
.menu *:hover ul *:hover ul *:hover ul *:hover ul *:hover ul { border-top:1px solid #fff; left:155px; padding:3px 0pt; top:0px; width:157px; z-index:200; margin:0; padding:0; margin-top:-1px; }

/* custom colors */
.menu li ul	{ border-top:1px solid #5c707c; }
.menu li li { background:url(../img/menu/arrow.gif) #5c707c no-repeat 6px 9px; border-left:1px solid #3d4a52; border-right:1px solid #3d4a52; border-top:none; }