#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.


#d1nav {
	position:relative;
	top:78px;
	height:40px;
	width:700px;
}

#d1nav li{
background:url(/boma/images/d1_Bg.png) 50% 0 no-repeat;
display:block;
float:left;
text-align:center;
list-style:none;
min-width:110px;
font-size:15px;
font-weight:bold;
letter-spacing:-1px;
line-height:30px;
}
#d1nav li:hover{
background:url(/boma/images/d1_Bg.png) 50% -60px no-repeat;
}

#d1nav li a{
text-decoration:none;
display:inline;
list-style:none;
padding-right:10px;
}

#d1nav li a:hover{color:#499338;}
=================================================================== */

#menu *{#z-index:1000;}
#menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 500;
	height: 59px;
	background: url(/images/d1_bg.png) top left repeat-x;
}
#menu li {
	float: left;
	background:url(/boma/images/d1_Bg.png) 50% 0 no-repeat;
	display:block;
	float:left;
	text-align:center;
	list-style:none;
	min-width:110px;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:30px;
}
#menu li ul li {
	background:none!important;
}
#menu li ul li:hover {
	background:#ffffff!important;
}
#menu li a {
	text-decoration: none;
	font:bold 15px "trebuchet ms", verdana, sans-serif;
	text-decoration: none;
	color: #412D31;
	line-height: 16px;
}
#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 */

#menu li a:hover {
	color:#499338;
	z-index: 200;
	position: relative;
}
#menu li:hover {
	position: relative;
	z-index: 200;
	background:url(/boma/images/d1_Bg.png) 50% -60px no-repeat;
}
#menu :hover ul {
	left: 0;
	top: 25px;
	width: 150px;
}
/* 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;
	margin-top: 3px;
	padding: 0;
	list-style: none;
}
#menu :hover ul :hover ul {
	left: 120px;
	top: -1px;
	white-space: nowrap;
	width: 100px;
	z-index: 200;
	height: auto;
}
#menu :hover ul li {
	height: 25px;
	width: 250px;
	text-align: left;
	margin: 0;
	border-left: 3px solid #619BE4;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	background-color:#EAEEF7!important;
}
/*Change sub menu Attributes*/
#menu :hover ul li a {
	padding: 0 0 0 15px;
	font-size: 12px;
}
#menu :hover li ul li:hover {
	background-color:#fff!important;
	color:green!important;
}

