@charset "utf-8";
/* CSS Document */

    #tabs {
	float:right;
	line-height:normal;
	width: 515px;
	margin-top: 89px;
      }
    #tabs ul {
	margin:0;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
	float:right;
	background:url("gfx/tableft.png") no-repeat left top;
	margin:0;
	padding:0 0 0 10px;
	text-decoration:none;
      }
    #tabs a span {
	float:left;
	display:block;
	background:url("gfx/tabright.png") no-repeat right top;
	padding:15px 25px 4px 10px;
	color: #FFF;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
#tabs a:visited span {
	color: #FFF;
}

    /* End IE5-Mac hack */
    #tabs a:hover span {
	color:#993300;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

        #tabs #current a {
                background-position:0% -42px;
        }
        #tabs #current a span {
	background-position:100% -42px;
	color: #993300;
        }
       
/* Lava Lamp */	   
	   
	   .menu1 {
	position: relative;
	height: 30px;
	overflow: hidden;
	margin: 0 0 0 0;
        }
                .menu1 li {
                    float: left;
                    list-style: none;
                }
                    .menu1 li.back {
                        background: url("gfx/lava.png") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .menu1 li.back .left {
                            background: url("gfx/lava.png") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .menu1 li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #fff;
	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;
                    }
                        .menu1 li a:hover, .menu1 li a:active, .menu1 li a:visited {
                            border: none;
                        }
