/* CSS Document */
#topsection {
	width:980px;
	height:70px;
	margin:0 0 0 0;
	text-decoration: none;
}
#topsection ul {
	margin:0;
	padding:0;
	list-style:none;
		text-decoration: none;
}

#topsection li {
	height:70px;
	overflow:hidden;
	float:left;
		text-decoration: none;
}

#topsection li.menu01 a {
	display:block;
	width:200px;
	height:60px;
	text-indent:-9999px;
	background:url(img/menu7.png) no-repeat 0 0;
	text-decoration: none;
}

#topsection li.menu02 a {
	display:block;
	width:450px;
	height:60px;
	text-indent:-9999px;
	background:url() no-repeat -350px 0;
	text-decoration: none;
}

#topsection li.menu03 a {
	display:block;
	width:330px;
	height:60px;
	text-indent:-9999px;
	background:url(img/menu7_2.png) no-repeat 0 0;
	text-decoration: none;
}
#topsection li.menu03 a:hover {
	background:url(img/menu7_2.png) no-repeat 0x 0;
	text-decoration: none;
}

#topsection li.menu04 a {
	display:block;
	width:115px;
	height:60px;
	text-indent:-9999px;
	background:url(img/menu7.png) no-repeat -620px 0;
	text-decoration: none;
}
#topsection li.menu04 a:hover {
	background:url(img/menu7_2.png) no-repeat -620px 0;
	text-decoration: none;
}

#topsection li.menu05 a {
	display:block;
	width:110px;
	height:60px;
	text-indent:-9999px;
	background:url(img/menu7.png) no-repeat -735px 0;
	text-decoration: none;
}
#topsection li.menu05 a:hover {
	background:url(img/menu7_2.png) no-repeat -735px 0;
	text-decoration: none;
}

#topsection li.menu06 a {
	display:block;
	width:55px;
	height:60px;
	text-indent:-9999px;
	background:url(img/menu7.png) no-repeat -845px 0;
	text-decoration: none;
}
#topsection li.menu06 a:hover {
	background:url(img/menu7_2.png) no-repeat -845px 0;
	text-decoration: none;
}
/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 421px;
    background: url("../image/bg.gif") no-repeat top;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../image/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../image/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }

