#pad {
	height:140px;
}
/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	padding:0;
	margin-top:0;
	margin-bottom:20px;
	float:left;
	list-style:none;
	height:42px;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
}
#menu li {
	float:left;
	background:url(graphics/menu_divider.jpg) no-repeat;
}
#menu li a {
	display:block;
	float:left;
	height:42px;
	line-height:42px;
	color:#fff;
	text-decoration:none;
	padding:0 15px 0 15px;
}
#menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

/********************** LEVEL 1 OF THE MENU ****************************/

#menu li a:hover {
	z-index:200;
	position:relative;
	background:url(graphics/menu_ground_select.jpg);
}

#menu li:hover {
	position:relative;
	z-index:200;
}
#menu li:hover > a {
	background:url(graphics/menu_ground_select.jpg);
}
#menu li:hover > a.sub {
	background:url(graphics/sub_menu_ground_select.jpg);
}

#menu li:hover > a.top {
	background:url(graphics/menu_ground_select.jpg);
}

#menu li a.sub {
}

/******************** LEVEL 2 OF THE MENU **************************/

#menu :hover ul {
	left:0;
	top:40px;
	width:250px;
	background:url(graphics/sub_menu_up.jpg);
}
/* keep the 'next' level invisible by placing it off screen. */
#menu ul, #menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	font-weight:bold;
}

#menu :hover ul :hover ul {
	left:200px;
	top:-1px;
	background:url(graphics/sub_menu_hover.jpg);
	white-space:nowrap;
	width:225px;
	z-index:200;
	height:auto;
}

#menu :hover ul li {
	margin:0;
	border-bottom:#8692A5 1px solid;
	border-left:#8692A5 1px solid;
	border-right:#8692A5 1px solid;
}

/******************* SUB MENU UP ***************/

#menu :hover ul li a {
	width:225px;
	padding:0;
	text-indent:10px;
	background:url(graphics/sub_menu_up.jpg);
	color:#888;
	height:30px;
	line-height:30px;
}

#menu :hover ul :hover {
	background:url(graphics/sub_menu_hover.jpg);
	color:#000;
}
/*
#menu :hover ul li.currentsub a {
	background:#840;
	color:#fff;
}
#menu :hover ul li.currentsub a.fly {
	background:#840 url(right-arrow.gif) no-repeat right center;
	color:#fff;
}
*/
/****************** SUB SUB ITEMS UP *******************/

#menu :hover ul :hover ul li a {
	width:225px;
	padding:0;
	text-indent:10px;
	background:url(graphics/sub_menu_up.jpg);
	color:#aaa;
}
/**************** SUB SUB HIGHLIGHT ******************/
#menu :hover ul :hover ul :hover {
	background:url(graphics/sub_menu_hover.jpg);
	color:#000000;
}

/***************** ??????? **************************/

#menu :hover ul :hover ul li.currentfly a, #menu :hover ul :hover ul li.currentfly a:hover {
	background:url(graphics/sub_menu_ground.jpg);
	color:#fff;
}
.management {
	color: #000;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bolder;
}
.underline {
	text-decoration: underline;
}
