body {background-color:silver; font-size:12px; font-family:Verdana;}
   




#banner {position:absolute; border: 1px solid black; border-bottom:0px solid black; top:50px;
        left:100px; height:90px; width:800px;}
        
#content {position: absolute; border:1px solid black; top:140px; left:247px; height:410px;
          width:653px; background-color:#FFCC00;}
     
#menu { position: absolute; padding: 0px; margin:0px; width:143px;  top: 140px; left:100px; }

#menu li {list-style-type:none; width:143px; height:18px; margin:0px; }

#menu a, #menu a:visited {position: absolute; display:block; width:143px; height:18px; border: 1px solid black; border-right: 0px solid black; solid #000; background-color:#FFB226; color:#000; padding-left: 3px;  text-decoration:none; padding-bottom: 1px; font-family: Verdana; font-size: 12px;}

#menu a:hover {color:#000; background-color:#FFCC66; border:1px solid #000; text-decoration:none; }

a:link {color:blue;}
a:hover {color:blue;}
a:active {color:blue;}
a:visited {color:blue;}      
      
