.main{
  padding:5px;
  min-height:400px;
}
div.main a{
 color:#7B0000;
 /*font-weight:bold;*/
}
.top-menu{
  width:100%;
  text-align:center;
  padding:0px;
  margin:0px; 
  border-collapse: collapse; 
}
.top-menu td{
  padding:0px;
  margin:0px;
}
.top-menu .left-menu-item{
  background:url(../img/tm_left.gif) no-repeat top left;
  height:44px;
  width:11px;  
}

.top-menu .right-menu-item{
  background:url(../img/tm_right.gif) no-repeat top left;
  height:44px;
  width:13px;    
}

.top-menu .menu-item{
  background:url(../img/tm_bg.gif) repeat-x;
  height:44px;
  vertical-align:middle;  
}

.top-menu .menu-item a{
  color:black;
  font-weight:bold;
  font-size:16px;
  text-decoration:none;
}
