﻿* {margin:0; padding:0; }

#nav_table
{
margin:0px;
padding:0px;
height:42px;

}

#nav2 
{
text-align: center;
display: block;
width: 118px;
height:42px;
background:url("images/button_over.png") no-repeat;
}

#nav 
{
text-align: center;
display: block;
width: 118px;
height:42px;
background:url("images/button.png") no-repeat;
}

#nav:hover
{
background:url("images/button_over.png") no-repeat;
}

#nav a
{
padding-top:9px;
display: block;
width: 100%;
height:100%;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

#nav2 a
{
padding-top:9px;
display: block;
width: 100%;
height:100%;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a{color:#903030;}
a:hover{color:#e8b038;}
