/* --- Drop down menus --- */

#first{
	background: transparent;
	height: 55px;
	display: block;
	position: absolute;
	top: 0;
	float: left;
	text-align: center;
	z-index: 700;
	margin-left: 109px !important;
	width: 150px;
}


#onlinebrochure {
	background: #254988;
	border: 1px solid #60DDF9;
	border-top: none;
	display: block;
	position: absolute;
	padding: 0;
	top: 50px;
	margin: 0 auto;
	text-align: left;
	visibility: hidden;
	z-index: 700;
}

#onlinebrochure ul {
	text-indent: 0 !important;
	margin-left: 0;
}

#onlinebrochure li {
	color: #fff;
	font-weight: bold;
	text-indent: 0 !important;
	font-size: .85em;
	margin: 0;
	line-height: 1.5em;
	height: 20px;
	z-index: 700;
	text-align: left;
	list-style: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #B1D673;
}

#onlinebrochure li a {
	z-index: 700;
	color: #fff ;
	text-decoration: none;
	text-indent:  0;
	margin: 0;
	padding: 0;
	left: 0;
}

#onlinebrochure li a:hover {
	z-index: 700;
	color: #D8EBA9;
}


