dl#menu    	  { 
position: absolute; top: 118px; left: 140px; 
}

dt.tab	          { 
display: block; 
float: left; 
margin-right: 0px; 
text-align:center;
}

dt.tab a	  { 
display: block; 
text-decoration: none; 
width: 80px; 
background-color: #F3EBE8; 
border: 5px outset #F3EBE8;
color: #271E13;
}

dt.tab a:hover	  { 
padding-top:2px; 
background-color: #666; 
border-color: #F3EBE8;
color: ;
}

dt.tab a:active	  { 
padding-top:0px; 
background-color: #666; 
border-color: #F3EBE8;
color: #333;
}

a:link            { 
font-size: 12px;
font-weight: bold; 
text-decoration: none; 
color: #333;
}

a:visited         { 
font-size: 12px;
font-weight: bold; 
text-decoration: none; 
background-color: #F3EBE8;
color: #666;
}

a:hover           { 

color: #000 ;
background-color: #DCC895; 
text-decoration: underline;
}

a:active {
color: #000;
background-color: #fff; 
text-decoration: underline;
}