
        .lavaLampWithImage {

           position: relative;
            height: 35px;
            width: 100%;
/*            background: url("bg.gif") no-repeat top; */
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
	    
        }


	.location {
	position: relative;
	float: right;
	}

                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
		    margin-right:8px;

                }
                    .lavaLampWithImage li.back {
			background-color: #26c3d6;
                        width: 100%; 
			height: 36px;
                        z-index: 8;
                        position: absolute;

    -webkit-border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    -webkit-box-shadow: -4px 3px 0 0 rgba(0,0,0,0.2);
        box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 3px 0 0 rgba(0,0,0,0.2);
    box-shadow: -4px 3px 0 0 rgba(0,0,0,0.2);

                    }
                        .lavaLampWithImage li.back .left {
			    background-color: #26c3d6;
                            height: 36px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */

    -webkit-border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    -webkit-box-shadow: -4px 3px 0 0 rgba(0,0,0,0.2);
        box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 3px 0 0 rgba(0,0,0,0.2);
    box-shadow: -4px 3px 0 0 rgba(0,0,0,0.2);

                        }

                    .lavaLampWithImage li a {
                        font: bold 88% arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 10px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }




.menuAc {
	background-color: #fa6585;
	padding: 10px;
       display: inline;	color: #fff;
	font-weight: bold;
	cursor: pointer;
	display: none
}


        .lavaLampNoImage {
            position: relative;
            height: 29px;
            width: 421px;
            background-color: white;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
            border: 1px solid gray;
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampNoImage li.back {
                        border: 1px solid #000;
                        background-color: #1eaace;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                     .lavaLampNoImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }
                        .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
                            border: none;
                        }                    

        .lavaLampBottomStyle {
            position: relative;
            height: 29px;
            width: 421px;
            background-color: white;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
            border: 1px solid gray;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid blue;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        }                     


@media only screen and (max-width: 690px) {



        .lavaLampWithImage {
            position: relative;
            width: 100%;
	    height:110%;
            padding: 10px;
            margin: 4px;
            overflow: hidden;

        }


                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
		    margin-right:4px;

                }
                    .lavaLampWithImage li.back {
			background-color: transparent;
                        width: 100%; 
			height: 36px;
                        z-index: 20;
                        position: absolute;

    -webkit-border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    -webkit-box-shadow: -4px 3px 0 0 rgba(0,0,0,0.2);
        box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 3px 0 0 rgba(0,0,0,0.2);
    box-shadow: -4px 3px 0 0 rgba(0,0,0,0.2);

                    }
                        .lavaLampWithImage li.back .left {
			    background-color: transparent;
                            height: 0px;

                        }

                    .lavaLampWithImage li a {
                        font: bold 88% arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 10px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        position: relative;
		            padding: 8px;
                        overflow: hidden;
                        margin: auto 6px;    
                    }
           .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
		        background-color: #26c3d6;
                        z-index: 28;

    -webkit-border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    -webkit-box-shadow: -4px 3px 0 0 rgba(0,0,0,0.2);
        box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 3px 0 0 rgba(0,0,0,0.2);
    box-shadow: -4px 3px 0 0 rgba(0,0,0,0.2);
                        }


ul.lavaLampWithImage li.icon { 
	display: block; 
        position: relative;	
       margin: auto 6px;
	}

}

