#wrapper {
width: 680px;
margin-left: auto;
margin-right: auto;
}

.accordionButton {
width: 680px;
float: left;
_float: none;  
background: #1992d0 url(../i/arrow-square.gif) no-repeat right -51px;
border-bottom: 1px solid #fff;
cursor: pointer;
color: #fff;
font-family: arial;
font-size: 16px;
font-weight: bold;
padding: 7px;
}

.accordionContent {
width: 675px;
float: left;
_float: none; 
background: #f2f2f2;
color: #000;
font-family: arial;
font-size: 12px;
padding-left: 20px;
padding-top: 10px;
padding-right: 20px;
}

.accordionContent p {
color: #000;
font-family: arial;
font-size: 12px;
line-height: 1.3em; 
margin-bottom: 9px; 
}

a.accmenu {
color: #000;
font-family: arial;
font-size: 12px;
text-decoration: underline;
}

a:hover.accmenu {
text-decoration: none;
}

.on {
background: #064065  url(../i/arrow-square.gif) no-repeat right 5px;
}
.over {
background: #ccc  url(../i/arrow-square.gif) no-repeat right -51px;
color: #1992d0;
}