#patternbutton { 
 background: url(images/menubgbottom.png) bottom left repeat-x; 
 width: 100px;
 height: 25px;
 border: 1px solid #000;
 text-align: center;
} 

#patternbutton a { 
 font-weight: normal; 
 height: 25px;
 width: 100px;
 display: block;
}

#patternbutton a:hover { 
 background-color: #fff; 
 width: 100px;
 color: #000;
}

#centerdiv {
 width: 607px;
 margin-left: auto;
 margin-right: auto; 
}

#menu-bg1 { background: url(images/menubgtop.png) bottom left repeat-x; } 
#menu-bg2 { background: url(images/menubgbottom.png) bottom left repeat-x; } 

#menu-bg1, #menu-bg2 {
 width: 100%;
 height: 25px;
 border-bottom: 1px solid #000;
}
#menu-bg1 {  border-top: 1px solid #000; }

#menu ul {
 list-style: none;
 padding: 0;
 margin: 0;
 font-family: arial;
 font-size: 14px;
}
#menu li.leftborder {
 border-left: 1px solid #000; 
}

#menu li {
 border-right: 1px solid #000;
 border-left: 0px solid #000; 
 float: left;
 margin: 0 0;
 padding: 0;
 text-align: center;
}

#menu li a { 
 height: 25px;
 width: 100px;
 display: block;
 color: #000;
 text-decoration: none;
 text-align: center;
 font-weight: normal;
}

#menu a:hover { 
 background-color: #fff; 
 width: 100px;
}
