/*******************************************************************
  flyout hover menu for Alumni. 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:604px; 
	height:32px; 
	font-size:0.9em; 
	position:relative; 
	z-index:1000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 30px;
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-type:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
  	}
.menu ul ul {
	width:200px;
	}
	
/* float the list to make it horizontal and a relative position so that you can control the dropdown menu position */
.menu li {
	float:left;
	width:149px;
	position:relative;
	}
	
/* style the links for the top level */
.menu a {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#333333; 
	width:123px; 
	height:30px; 
	padding:2px 0px 2px 25px;
	line-height:29px;
	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:#ebeaea url("/fileadmin/projects/alumni/images/fly2.gif") no-repeat;
	}
	
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#c7c7c7 url("/fileadmin/projects/alumni/images/fly2.gif") no-repeat;
	}
.menu ul ul :hover > a.drop {
	background:#c7c7c7 url("/fileadmin/projects/alumni/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:#cacaca !important;
	}
	
/* style the third level hover */
.menu ul ul ul a:hover, .menu .third a:hover {
	background:#aaaaaa url("/fileadmin/projects/alumni/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:37px;
	left:0; 
	width:200px;
	}

/* position the third level flyout menu */
.menu ul ul ul {
	left:199px; 
	top:0px;
	width:200px;
	}

/* 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;
	}


/* style the top level hover and subpage sticky top level color */
.menu .li_23547 a, .menu .li_23548 a, .menu .li_23549 a, .menu .li_23550 a {
	padding-top:7px;
	text-align:center;
	padding:7px 0px 0px 0px;
	width:149px;
}
/* undo the first level styles for sublevels */
.menu .li_23547 li a, .menu .li_23548 li a, .menu .li_23549 li a, .menu .li_23550 li a {
	padding-top:0px;
	text-align:left;
	padding-left:25px;
}

.menu a:hover, 
.connect .menu .li_23547 a, .signup .menu .li_23548 a, .mark .menu .li_23549 a, .news .menu .li_23550 a {
	color:#FFFFFF; 
	background:#004990 url("/fileadmin/images/global/spacer.gif") no-repeat;
	}
.menu :hover > a {
	color:#FFFFFF;
	background:#004990 url("/fileadmin/images/global/spacer.gif") no-repeat;
	}

/* style second level persistant background when active path */
.menu .second a, 
.menu .li_23547 .second a, .menu .li_23548 .second a, .menu .li_23549 .second a, .menu .li_23550 .second a {
	color:#333333;
	background:#ebeaea url("/fileadmin/projects/alumni/images/sub2.gif") no-repeat;
	}
	
	
/* style the second level hover */
.menu ul ul a:hover, .menu .second a:hover {
	color:#333333; 
	background:#c7c7c7 url("/fileadmin/projects/alumni/images/sub2.gif") no-repeat;
	}
.menu ul ul :hover > a, .menu .second :hover > a {
	color:#333333;
	background:#c7c7c7 url("/fileadmin/projects/alumni/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;
	}
