#global {
    left: 50%;
    margin-left: -505px;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 1000px;
}?? 
	 
	 
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
	 
	 
body {
margin: 0;
padding: 0;
background: white;
font: 12px trebuchet ms, arial, sans-serif;
text-align:left;
scrollbar-face-color: #ff9900;
scrollbar-shadow-color: #ffdc8d;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #ff9900;
scrollbar-darkshadow-color: #eda300;
scrollbar-track-color: #333333;
scrollbar-arrow-color: #FFFFFF;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

input,textarea {
background-color: #ff9900;
border:1px solid #ffffcc;
margin-top: 5px;
}


#menu {
position: absolute; 
top: 93px;
left: 140px;
z-index:100;

}
#menu dl {
float: left;
width: 14em;
}

#menu dt {
cursor: pointer;
text-align: center;
margin: 1px;
font-family: georgia;
font-size: 12px;
color: #ff9900;
text-decoration: none;
display: block;
height: 100%;
width: 140px;


}

#menu li a:hover, #menu li a:focus {
background: #ffcc66;
}

#menu dt a:hover, #menu dt a:focus {
color: #ffcc66;
}

#menu dd {
display: none;
border: 1px solid #ffffcc;
width: 140px;
}

#menu li {
text-align: left;
background: #ff9900;
border-bottom: 1px solid #f59505;
width: 140px;
}


#menu li  a{
color:black;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}


#menu dt a {
color:#ff9900;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#res li{
color:#ffffff;
letter-spacing:2px;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

a:link {color: #ff9900;text-decoration:none; border-style:none;}     /* unvisited link */
a:visited {color: #ffcc66;text-decoration:none; border-style:none;}  /* visited link */
a:hover {color: #ffcc66}   /* mouse over link */
a:active {color: #ffffcc}   /* selected link */

