#Links {
position: absolute; 
top: 70px; 
left: 0px; 
width: 18%;
margin: 1% 0%;
padding: 0%;
height: auto;
z-index: 100;
}


#Links a {
display: block;
text-align: right;
padding: 6px; 
margin: .5px 2px;
text-decoration: none; 
color: #ffffcc; 
background-color: #994433;
border-right: 6px double #994433;
border-bottom: 1px solid #aa7744;
font-style: italic;
font-weight: 800;
line-height: 1em;
font-size: .9em; 
font-family: 'Comic Sans MS', cursive;
}


#Links a:hover {
color: #ffee11; 
background: #553311;
border-right: 6px double #f5f5f5;
}

#Links a span {
display: none;
}

#Links a:hover span {
position: absolute; 
top: 240px; 
left: 0px; 
width: 125px;
display: block;
text-align: center;
padding: 5px; 
margin: 10px; 
color: #ffffbb;
background: black;
line-height: 1.2em;
font-size: .8em;
font-weight: 400;
font-family: 'Comic Sans MS', cursive;
z-index: 100;
}





#Links a.current {
display: block;
text-align: right;
padding: 6px; 
margin: .5px 2px;
text-decoration: none; 
color: #ffffcc; 
background-color: #994433;
border-right: 6px double #994433;
border-bottom: 1px solid #aa7744;
font-style: italic;
font-weight: 800;
line-height: 1em;
font-size: .9em; 
font-family: 'Comic Sans MS', cursive;
}


#Links a.current:hover {
color: #f5f5f5;
background: #333;
border-right: 6px double #555;
}

#Links a.current span {
display: none;
}

#Links a.current:hover span {
position: absolute; 
top: 240px; 
left: 0px; 
width: 125px;
display: block;
text-align: center;
padding: 5px; 
margin: 10px; 
color: #ffffbb;
background: black;
line-height: 1.2em;
font-size: .8em;
font-weight: 400;
font-family: 'Comic Sans MS', cursive;
z-index: 100;
}













.seeHere {
display: inline;
width: 100%;
padding: 0px;
margin: 4px 6px;
color: #ffffcc; 
background-color: #994433;
font-weight: 600;
font-style: italic;
font-size: .8em;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.seeHere a {
display: inline;
width: 100%;
padding: 0px;
margin: 4px 6px;
color: #ffffcc; 
background-color: #994433;
font-size: .8em;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.seeHere a:hover {
display:inline;
width: 200px;
color: #ffffcc; 
background-color: #994433;
text-decoration: none;
font-weight: 800;
padding: .8em;
border-top: 6px inset #553300;
border-bottom: 6px inset #553300;;
}

.seeHere a:visited {
display: inline;
width: 100%;
padding: 0px;
margin: 4px 6px;
color: #cccccc;
font-size: .8em;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}


.btnEmail {
display: block;
text-align: center;
width: 200px;
margin: .5% auto;
padding: .5% 1%;
border-top: 1px solid #555;
border-left: 1px solid #555;
border-right: 4px outset #aa6600;
border-bottom: 5px outset #aa6600;
color: #ffffcc; 
background-color: #994433;
font-weight: 800;
font: 14px Verdana, sans-serif; 
}


img.toTop {
text-align: left;
margin: .5%;
padding: 0%;
border: 1px solid #ffff11;
}
