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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000033;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000033;
}
.side {
background-color: #000033;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000066;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	text-align: right;
}
.style1 {font-size: 7pt}
.style2 {
	font-size: 9pt;
	font-weight: bold;
}

.style3 {font-size: 8pt}
.style5 {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.lavaLamp {
            position: relative;
            height: 25px;
            width: 605px;
            background-color: white;
            padding: 5px;
            margin: 0px 0;
            overflow: hidden;
            border: 1px solid gray;
        }
                .lavaLamp li {
                    float: left;
                    list-style: none;
                }
                    .lavaLamp li.back {
                        border: 1px solid #000;
                        background-color: #e6e8ea;
                        width: 9px;
                        height: 25px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLamp li a {
                        font: bold 11px 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;
                    }
                        .lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
                            border: none;
                        } 
						
.menu_list {
	width: 400px;
	border: 1px solid #000;
}
.menu_head {
	height: 20px;
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	border:#666666;
	margin:1px;
    font-weight:bold;
    background: #ffffff url(../left.png) center right no-repeat;
	   
}
.menu_body {
	display:none;
	position: relative;
	left: 15px;
	width: 375px;
}
.menu_body a {
  display:block;
  height: 25px;
  color:#990000;
  background-color:#ffffff;
  padding-left:10px;
  vertical-align: middle;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover {
    color: #990000;
    text-decoration:underline;
}

                   

