
body {
 margin: 0;
 padding: 0;
}

#menuhdr {
 width: 100%;
 margin: 0;
 padding: 0;
 height: 24px;
 text-align: center;
 font-family: arial;
 font-size: 16px;
 background: url('./images/bbmain.png') repeat-x;
}

#menu {
 width: 620px;
 height: 22px;
 margin: auto;
 padding: 1px 0px 0px 0px;
 text-align: center;
}

#menu ul {
 float: left;
 margin: auto; 
 list-style: none;
 white-space: nowrap;
}

#menu li {
 float: left; 
 margin: auto; 
 padding: 0px 4px 0px 4px; 
 background: url('./images/b-left.png') no-repeat left top;
}

#menu li a {
 float: left;
 background: url('./images/b-right.png') no-repeat right top;
 padding: 0px 14px 0px 10px; 
 text-decoration: none;
 font-weight: bold;
 color: #333333;
 height: 22px;
 line-height: 22px;
}

#menu li.curr {
 background: url('./images/b-left-selected.png') no-repeat left top;
}

#menu li.curr:hover {
 background: url('./images/b-left-selected.png') no-repeat left top;
}

#menu li.curr a {
 background: url('./images/b-right-selected.png') no-repeat right top;
 color: #000000;
}

#menu li.curr a:hover {
 background: url('./images/b-right-selected.png') no-repeat right top;
 color: #000000;
}

#menu li:hover {
 background: url('./images/b-left-hover.png') no-repeat left top;
}

#menu li a:hover {
 background: url('./images/b-right-hover.png') no-repeat right top;
 color: #0000cc;
}
