.lavaLamp *{margin:0; padding:0;}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
	height:22px;
    /*background: url("images/bg.gif") no-repeat top;*/
	margin: 20px 0;
    overflow: hidden;
	padding:0 50px;
}

.lavaLamp img{border:none;}

    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
		margin:0 5px;
		
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("images/navBack.gif") no-repeat right -22px;
            width: 9px; height: 22px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("images/navBack.gif") no-repeat top left;
                height: 22px;
                margin-right: 9px;
				padding-left:9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a, .lavaLamp li a:visited, .lavaLamp li a:hover {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
			font-family:Verdana, Arial, Helvetica, sans-serif;
            font-size:15px;
            color: #fff; outline: none;
            text-align: center;
            height: 22px; top: 0px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 0px;
			cursor:pointer;
			padding-left:5px;
        }
		
		#navHome{ width:40px; height:22px; padding:1px 8px 0 12px;}
		#navHomeText {background:url(images/navHome.png) no-repeat; width:89px; height:22px;}
		#navHomeTextCurrent {background:url(images/navHome.png) 0 -21px no-repeat; width:89px; height:22px;}
		#navHomeText:hover {background:url(images/navHome.png) 0 -21px no-repeat;}
		
		#navAbout{ width:64px; height:22px; padding:1px 8px 0 12px;}
		#navAboutText {background:url(images/navAbout.png) no-repeat; width:93px; height:22px;}
		#navAboutTextCurrent {background:url(images/navAbout.png) 0 -21px no-repeat; width:93px; height:22px;}
		#navAboutText:hover {background:url(images/navAbout.png) 0 -21px no-repeat;}
			/*.dropDown{position: absolute;}*/
			/*.dropDownAbout {position:absolute; z-index:50; display:none; -moz-opacity:0; filter:alpha(opacity=0);}
			#DropList {background:#E7E7E7;border:1px solid #3A3A3A; width:134px; margin-top:-5px; text-align:center;}
			#DropList ul, #DropList li{list-style:none; margin:0; padding:0;}
			#aboutList li{list-style:none;}
			#DropList a, #DropList a:visited, #DropList a:hover{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#ddd; font-size:14px; text-decoration:none;}
			#DropList a:hover{color:#FFF;}
			#dropDownTop {background:url(images/popupTop.png) no-repeat; height:21px; width:134px;}
			#dropDownMiddle {background:url(images/popupMiddle.png) repeat-y; height:auto; padding:0 20px; width:94px;}
			#dropDownBottom {background:url(images/popupBottom.png) no-repeat; height:18px; width:134px;}*/
		
		#navServices{ width:56px; height:22px; padding:1px 8px 0 12px;}
		#navServicesText {background:url(images/navServices.png) no-repeat; width:110px; height:22px;}
		#navServicesTextCurrent {background:url(images/navServices.png) 0 -21px no-repeat; width:110px; height:22px;}
		#navServicesText:hover {background:url(images/navServices.png) 0 -21px no-repeat;}
		
		#navContact{ width:79px; height:22px; padding:1px 8px 0 12px;}
		#navContactText {background:url(images/navContact.png) no-repeat; width:106px; height:22px;}
		#navContactTextCurrent {background:url(images/navContact.png) 0 -21px no-repeat; width:106px; height:22px;}
		#navContactText:hover {background:url(images/navContact.png) 0 -21px no-repeat;}
		
		#navWork{ width:40px; height:22px; padding:1px 8px 0 12px;}
		#navWorkText {background:url(images/navWork.png) no-repeat; width:47px; height:22px;}
		#navWorkTextCurrent {background:url(images/navWork.png) 0 -21px no-repeat; width:47px; height:22px;}
		#navWorkText:hover {background:url(images/navWork.png) 0 -21px no-repeat;}
		
		#navCaseStudies{ width:84px; height:22px; padding:1px 8px 0 12px;}
		#navCaseStudiesText {background:url(images/navCaseStudies.png) no-repeat; width:105px; height:22px;}
		#navCaseStudiesTextCurrent {background:url(images/navCaseStudies.png) 0 -21px no-repeat; width:105px; height:22px;}
		#navCaseStudiesText:hover {background:url(images/navCaseStudies.png) 0 -21px no-repeat;}
		
		#navSyndication { width:84px; height:22px; padding:1px 8px 0 12px;}
		#navSyndicationText {background:url(images/navSyndication.png) no-repeat; width:105px; height:22px;}
		#navSyndicationTextCurrent {background:url(images/navSyndication.png) 0 -21px no-repeat; width:105px; height:22px;}
		#navSyndicationText:hover {background:url(images/navSyndication.png) 0 -21px no-repeat;}
		