/*******************************************************************
  flyout hover menu for Human Resources. Based on the CSSPlay
  menu, copyright notice below
*******************************************************************/

/* ================================================================ 
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/simple_vertical.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 {
	width:984px; 
	height:30px; 
	font-size:0.9em; 
	position:relative; 
	z-index:1000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:#c1d0e2 url("/fileadmin/projects/admin-finance/human-resources/images/menu-background_with_dev.jpg") no-repeat;
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
  	}
.menu ul ul {
	width:180px;
	}
	
/* float the list to make it horizontal and a relative position so that you can control the dropdown menu position */
.menu li {
	float:left;
	position:relative;
	text-align:center;
	}

.li_25373, .nav_25373, .li_25371, .nav_25371, 
.li_25366, .nav_25366, .li_25369, .nav_25369,
.li_61193, .nav_61193, .li_53419, .nav_53419 {
	width:129px;
	}
.li_25370, .nav_25370 {
	width:150px;
	}
.li_25372, .nav_25372 {
	width:180px;
	}

/* style the links for the top level */
.menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
	display:block;
	font-size:11px;
	color:#004990;
	text-decoration:none; 
	text-transform:uppercase;
	height:30px; 
	padding:1px 0px 1px 0px;
	line-height:30px;
	text-align:center;
	}
.menu a:hover {
	text-decoration: underline;
}
/* left justify all sub-menu text */
.menu ul ul a:link, .menu ul ul a:visited, .menu ul ul a:hover, .menu ul ul a:active {
	text-align:left;
	}

/* style the second level background */
.menu ul ul a.drop:link, .menu ul ul a.drop:visited, .menu ul ul a.drop:active {
	background:#c1d0e2 url("/fileadmin/projects/admin-finance/human-resources/images/fly2.gif") no-repeat;
	}
	
/* style the second level hover background */
.menu ul ul a.drop:hover {
	background:#d8e1ec url("/fileadmin/projects/admin-finance/human-resources/images/fly2.gif") no-repeat;
	}
.menu ul ul :hover > a.drop {
	background:#d8e1ec url("/fileadmin/projects/admin-finance/human-resources/images/fly2.gif")  no-repeat;
	}
	
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited,
.menu .third a, .menu .third a:visited {
	background-color:#d8e1ec !important;
	}
	
/* style the third level hover */
.menu ul ul ul a:hover, .menu .third a:hover {
	background:#a7bbd6 url("/fileadmin/projects/admin-finance/human-resources/images/sub2.gif") no-repeat !important;
	}

/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
	width:180px;
	}

/* position the third level flyout menu */
.menu ul ul ul {
	left:199px; 
	top:0px;
	width:180px;
	}

/* 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 */
.menu ul ul a:link, .menu ul ul a:visited, .menu ul ul a:hover, .menu ul ul a:active {
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:6px 10px 5px 25px;
	width:165px;
	}

.menu a:hover {
	color:#11297b; 
	background:transparent url("/fileadmin/images/global/spacer.gif") no-repeat;
	}
.menu :hover > a {
	color:#11297b;
	background:transparent url("/fileadmin/images/global/spacer.gif") no-repeat;
	}

/* style second level persistant background when active path */
.menu .second a {
	color:#333333;
	background:#c1d0e2 url("/fileadmin/projects/admin-finance/human-resources/images/sub2.gif") no-repeat;
	}
	
	
/* style the second level hover */
.menu ul ul a:hover, .menu .second a:hover {
	color:#333333; 
	background:#d8e1ec url("/fileadmin/projects/admin-finance/human-resources/images/sub2.gif") no-repeat;
	}
.menu ul ul :hover > a, .menu .second :hover > a {
	color:#333333;
	background:#d8e1ec url("/fileadmin/projects/admin-finance/human-resources/images/sub2.gif") no-repeat;
	}

/* 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;
	}
	
/* Joe add to make Development white */
.li_25369 a, .li_53419 a, .li_53419 {
	color: #FFFFFF !important;
	padding-left: 5px;
}
.li_25369 ul a, .li_53419 ul a {
	color: #000000 !important;
}
.li_53419 ul a:hover {
	background:#cfe8ae url("/fileadmin/projects/admin-finance/human-resources/images/sub2.gif") no-repeat !important;
}
