.button a{
font: bold 12px Arial, sans-serif;
text-decoration: none;
text-indent: 10px;
color: #FFFFCC; 
background: url( images/mybutton.png );
display: block;
width: 140px;
line-height: 24px;
height: 24px;
}

.button a:hover{
background-position: 0px -24px;
text-decoration: none;
color: #FFFFCC;
}

.style1{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black;
}
.style1 ul{
margin: 0;
padding: 0;
padding-left: 20px;
font: bold 12px Arial;
list-style-type: none;
}
.style1 li{
display: inline;
margin: 0;
}
.style1 li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 15px;
border-right: 1px solid white;
color: #FFFFCC;
background: #006633;
}
.style1 li a:visited{
color: #FFFFCC;
}
.style1 li a:hover, .style1 li.selected a{
background: #00FF00;
font: bold 12px Arial; color: #FFFFCC;
}

body {
background-color: #E0FFFF;
background-repeat: no-repeat;
background-position: center center;
}

