
#nav a {
 color:             #000000;
 width:             180px;
 height:            25px;
 border:            solid #898F91 1px;
 display:           block;
 margin-top:        3px;
 border-top:        none;
 padding-top:       5px;
 border-left:       none;
 font-weight:       bold;
 text-align:        center;
 text-decoration:   none;
 background-color:  #C9D1D5;
 background-repeat: no-repeat;
}
#nav a:hover {
 color: #555555;
}
#nav br {
 display: none;
}
.top_nav {
 color:           #5F5E5E;
 display:         block;
 font-size:       11;
 font-weight:     bold;
 padding-top:     12px;
 font-family:     arial;
 padding-left:    4px;
 text-decoration: none;
}
.top_nav:hover {
 text-decoration: underline;
}