/* CSS Document */
#nav{
width:777px;
height:39px;
}
#nav a{
font-size:12px;
color:#FFFFFF;
text-decoration:none;
}

#nav tr {
text-align:center;
}

#nav td {
width:111px;
background:url(img/dh2.jpg);
vertical-align:bottom;
padding-bottom:2px;
}
#nav td:hover{
cursor:pointer;
background:url(img/dh3.jpg);
}
#nav td.flame{
cursor:pointer;
background:url(img/dh3.jpg);
}
#nav td.unflame{

}
