<script type="text/javascript">
<!--
window.onload=show;
function show(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}
//-->
</script>

<style type="text/css" media="screen">
<!-- 
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 0;
left: 0;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 12em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ffffff;
border: 1px solid black;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid black;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #3399ff;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid black; 
}
-->
</style>


<style type="text/css">

A:link
{ text-decoration: none;  
color: #0000ff; }
A:visited
{ text-decoration: none; 
color: #0000ff; }
A:hover
{ text-decoration: none; 
color: #0000ff;

background-color: #ccffff;

cursor: crosshair;

h1 {font-family: britannic bold; 
color: #0000ff; }

body 
{ background: #66ccff; 
background-image: url(http://www.horsespirit5.com/HSlayout-09.jpg); 
background-repeat: no-repeat; 
background-position: top center; 
background-attachment: scroll; 

scrollbar-face-color : #00ccff; 
scrollbar-highlight-color : #ffffff; 
scrollbar-3dlight-color : #ffffff; 
scrollbar-shadow-color : #0000ff; 
scrollbar-darkshadow-color : #0000ff;
scrollbar-track-color : #0099ff; 
scrollbar-arrow-color : #ffffff;

{ font-family: helvetica; 
color: #0000ff ; 
letter-spacing: value 3pt;
font-weight: normal; 
font-size: medium;

input, textarea
{ background: #99ccff;
font-family: arial;  
color: #3366ff; 
border-style: dashed; 
border-color: #0000ff;
border-width: 5;  }

</style>


<style type="text/css">
body {font: 14px Verdana, Arial, sans-serif;}


ul {
list-style-type: none; /* suppression of useless elements */
width: 100%; /* precision for Opera */
}
li { float: left;} /* lists aligned to the left */

.menu a {
     margin: 0 2px;
     width: 100px; /* definition of menu button size */
     height: 20px;
     float: left;
     display: block;
     text-align: center;
     border: 1px solid black;
     text-decoration: none;
     color: #000;
     background: #fff;
     }
	 
.menu a:hover {
     background: #ccc;
     border: 1px solid gray; 
     }

.menu a:active {
     background: gray;
     border: 1px solid gray; 
     color: #fff;
     }
</style>

<style type="text/css">
<ul class="menu"><li><a href="">Menu 1</a></li>	<li><a href="">Menu 2</a></li>	<li><a href="">Menu 3</a></li>	<li><a href="">Menu 4</a></li></ul>
</style>


<LINK href="mystylesheet.css" rel="stylesheet" type="text/css">
