body {
font-size: 12px;
font-family: tahoma;
color: #666600;
background:#666600 url("http://www.dicksmiths.com.au/images/grey.gif") repeat-y 50% 0;margin:0;padding:0;color:#666600;text-align:center;font:83%/1.4 tahoma;
}

table.main{
background:#ffffff;
}

td{
color:#666600;
}

a.outside{
text-decoration:none;
color:#666600;
border-bottom: 1px dotted;
}

.indented
   {
   padding-left: 40pt;

   }

.mini{
font-size: 10px;
color:#339900;
}

td.header{
font-size: 24px;
color: #666600;
font-weight:bold;
}

.lead{
font-size: 12px;
color: #FF0000;
font-weight:bold;
}

td.small{
font-size: 10px;
}

#menu {
padding:0;
margin:0;
height:2em;
list-style-type:none;
border-left:1px solid #bbb;

}
#menu li {
float:left; 
width:7em; 
height:2em;
line-height:2em;
border-right:1px solid #bbb;
position:relative;
text-align:center;
}
#menu li a, #menu li a:visited {
display:block;
text-decoration:none; 
color:#666600;
}
#menu li a span, #menu li a:visited span {
display:none;
}
#menu li a:hover {
border:0; /* needed to trigger IE */
color:#bbb;
}
#menu li a:hover span {
display:block;
width:7em;
height:2em;
text-align:center;
position:absolute; 
left:-2px; 
top:-3px; 
color:#666600; 
cursor:pointer;
}