
#master_table {
 border-left: solid #CCCCCC 1px;
 border-right: solid #CCCCCC 1px;
}
#nav a {
 color:             #737373;
 height:            20px;
 border:            solid #D6D6D5 1px;
 display:           block;
 margin-top:        3px;
 padding-top:       5px;
 border-left:       none;
 padding-left:      10px;
 text-decoration:   none;
 background-color:  #F0F0EF;
 background-repeat: no-repeat;
}
#nav a:hover {
 font-weight: bold;
}
#nav br {
 display: none;
}
.top_nav {
 color:           #FFFFFF;
 display:         block;
 width:           70px;
 font-size:       11;
 font-weight:     bold;
 margin-top:      1px;
 padding-top:     8px;
 height:          25px;
 font-family:     arial;
 text-align: center;
 background-color: #CCCCCC;
 float:left;
 text-decoration: none;
}
.top_nav:hover {
 color: #565D7A;
}