﻿#bodytakenout {
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: relative; /* Menu position that can be changed at will */
top: 0px;
left: 0px;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
height: 23px;
width: 157px;
color:Navy;
background-color:#C37AA5;
}
#smenu2 
{
width: 220px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
background-image: url(images/blankmasthead.jpg);
height: 20px;
border: 1px solid red;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid red;
}
#menu li {
text-align: center;
background: #C37AA5;
}
#menu li a, #menu dt a {
color: Navy;
font-weight: bold;
background-image: url(images/blankmasthead.jpg);
text-decoration: none;
display: block;
height: 20px;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background-color:red;
	color: #ffffff;
	font-weight: bold;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: Navy;
background-color: #ddd;
padding: 5px;
border: 1px solid red; 
}