.lavaLampWithImage
{
	height: 59px;
	width: 100%;
	margin: 10px 0;
}

.lavaLampWithImage li
{
	float: left;
	list-style: none;
	width: 148px;
	height: 100%;
	margin: 0;
	position: relative;
}

.lavaLampWithImage li div
{
	margin: 0; padding: 0;
	width: 146px;
	padding-bottom: 30px;
	background: url(dropdown.png) no-repeat center bottom;
	text-align: left;
	display: none;
	clear: both;
	position: absolute;
	top: 33px;
	left: 2px;
	z-index: 0;
}

.lavaLampWithImage li div ul
{
	margin: 0; padding: 0;
	width: 100%;
	padding-top: 30px;
	background: url(dropdown-content.png) repeat-y;
	list-style: none;
}

.lavaLampWithImage li div ul li
{
	margin: 0; padding: 0;
	list-style: none;
	padding: 5px 10px;
	color: #069AA6;
	font-weight: bold;
	background: none;
	float: none;
	clear: both;
}

.lavaLampWithImage li div ul li a
{
	color: #069AA6;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	top: 0;
	letter-spacing: 0;
	float: none;
	overflow: hidden;
	width: auto;
	padding: 0;
	display: inline;
}

.lavaLampWithImage li div ul li:hover
{
	background: none;
}

.lavaLampWithImage li:hover div
{
	display: block;
}

.lavaLampWithImage li:hover, .lavaLampWithImage li#current
{
	background: url(menu.png) no-repeat;
}

.lavaLampWithImage li:hover div ul li a, .lavaLampWithImage li#current div ul li a
{
	color: #FFF;
}

.lavaLampWithImage li:hover div ul li a:hover, .lavaLampWithImage li#current div ul li a:hover
{
	text-decoration: underline;
}

.lavaLampWithImage li:hover a, .lavaLampWithImage li#current a
{
	color: #FFF;
}

.lavaLampWithImage li a
{
	font: bold 14px arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	width: 148px;
	padding: 10px 0;
    z-index: 9999;
}

.dropdown
{
}

.dropdown ul
{
}


.dropdown ul li a
{
	color: #069AA6;
	font-weight: bold;
}
