/* 
Title:		Deans Roofing
Author: 	dan@pceazy.co.uk
Copyright:  2008, pceazy solutions.  All rights resevered (please don't re-use without permission)
*/

/* structure 
--------------------------------------------- */

/* Styles for the entire LavaLamp menu */
   .lavaLampWithImage {
	position: relative;
	height: auto;
	width: auto;
	padding: 5px;
	overflow: hidden;
	float: right;

        }

                .lavaLampWithImage li {
	float: right;
	list-style: none;

                }

                    .lavaLampWithImage li.back {
	width: auto;
	height: 29px;
	z-index: 8;
	position: absolute;
	background-image: url(images/menubut-2.jpg);
	background-repeat: no-repeat;
	background-position: right top;

                    }

                        .lavaLampWithImage li.back .left {
	height: 29px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
	background-image: url(images/menubut-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;

                        }

                    .lavaLampWithImage li a {
	font: bold 14px arial;
	text-decoration: none;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
	height: 29px;
	color: #154084;
                    }

                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active {
	border: none;
	color: #CCCCCC !important;

                        }
