
/* PRIMARYNAV ***********************/
.PriNavStrip {
	position: absolute;
	top: 201px;
	left: 288px;
	display: block;
	width: 687px;
	background-color: #010144;
	clear: both;
	border-top: 1px solid #9292bf;
	}
	.PriNavStrip a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #ccccde;
		text-decoration: none;
		text-transform: uppercase;
		}

/* SECONDARYNAV ***********************/
.SecNavContainer {
	display: none;
	position: absolute;
	top: 226px;
	left: 288px;
	height: 15px;
	width: 687px;
	background-color: #505050;
	}
.secondarynav {
	height: 15px;
	align: center;
	overflow: hidden;
	margin: auto;
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	}
	.secondarynav li {
		float: left;
		list-style: none;
		padding: 0px;
		}           
	.secondarynav li.back {
		border: 1px solid #000;
		background-color: #003399;
		height: 15px;
		z-index: 9;
		position: absolute;
		padding: 0px;					
		}
	.secondarynav a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		color: #CCCCCC;
		outline: none;
		text-align: center;
		text-transform: lowercase;
		letter-spacing: normal;
		z-index: 10;
		display: block;
		float: left;
		height: 15px;
		position: relative;
		overflow: hidden;
		padding: 2px 10px 2px 2px;
		text-decoration: none;				
		}
		.secondarynav a:hover {
			color: #FFFFFF;
			text-decoration: none;
			}
		
		#news, #classifieds, #whatson, #directory, #mountainscene {
			padding-left: 60px;
			}

/* NAVIGATION LAVALAMP MENU ***********************/
.lavaLamp {
	position: relative;
	width: 687px;
	margin: auto;
	padding-left: 0px;
	}
	.lavaLamp li {
		float: left;
		list-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		}
	.lavaLamp li.back {
		width: 9px;
		height: 20px;
		z-index: 8;
		position: absolute;
		background-color: #011e7e;
		}
		.lavaLamp li.back .left {
			height: 20px;
			margin-right: 9px; /* 7px is the width of the rounded shape */
			background-color: #011e7e;
			}
			
		.lavaLamp li a {
			outline: none;
			text-align: center;
			top: 0px;
			z-index: 10;
			display: block;
			float: left;
			position: relative;
			overflow: hidden;
			margin: auto 10px;    
			}
			.lavaLamp li a:hover {
				color: #FFFFFF;
				}

		.lavaLamp .current a{
			border-right: 0px solid #33CCCC;
			text-decoration: underline;
			}
						

        .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: #e6e8ea;
                        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;
                        }                     

