background: #D1D1E1;
color: #000000;
border-top: 1px solid #2e6987;
border-left: 1px solid #2e6987;
border-bottom: 2px solid #101010;
border-right: 2px solid #101010;
Replace with
background: #D1D1E1;
color: #000000;
border-top: 1px solid #2e6987;
border-left: 1px solid #006699 url(images/nintendotwo/back.jpg)
border-bottom: 2px solid #101010;
border-right: 2px solid #006699 url(images/nintendotwo/back.jpg)
and see if it works...
or if you want to get rid of border then simply remove border..
by changing 1px to 0
|