body {
    position: absolute;
    left: 2px;
    top: 4px;
	background-image: url(images/blackeye.gif);
	background-repeat: no-repeat;
	background-attachment: fixed
}



#menuitems {width: 100%;    
	    padding-right: 10px;
	text-align:center;
	font-size: 0.9em;
} 


#menuitems a {
	display: block;
	padding: 2px 2px 10px 2px;
	background-color: #000000;
	background-image:  url(images/bar2.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	font-family: Arial,Helvetica,sans-serif;
}
#menuitems a:link,  a:visited  {
	color: #ffffff;
	text-decoration: none;
}

#menuitems a:hover, #navlist a:active {
	background-color: #ffffff;
	background-image:  url(images/bar.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	color: blue;
}


a.one:link {color: #ff0000}
a.one:visited {color: #0000ff}
a.one:hover {color: #ffcc00}
a.one:active {color: #00ccff}

	

a.button {
      font-weight: bold;
      font-size: 9px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      padding: 4px 8px;
      border-top: 1px solid white;
      border-right: 1px solid black;
      border-bottom: 1px solid black;
      border-left: 1px solid white;
      text-align: center;
      min-width: 75px;
      
}
a.button:link { 
     background-color: #010; 
	color: #FFF;
    text-decoration: none;
  }
a.button:visited {
     background-color: #060; 
	color: #fff;
    text-decoration: none;
  }
a.button:hover { 
      background-color: #369; 
	color: red;
     border-color: black white white black;
  text-decoration: none;
  }
a.button:active { 
     background-color: #369; 
	color: #ccc; 
   text-decoration: none;
  }