div.scrollbackground {
  width: 710px;
  height: 190px;
  background-color: #E7DDC9;
  margin: 0px;
  padding: 2px;
  border-top: 1px solid #D2C8B9;
}

div.scroller {
  margin: 0px;
  padding: 0;
  width: 710px;
  height: 190px;
  white-space: nowrap;
  overflow: auto;	
}

img.thumbnail {
  margin: 5px 2px;
}

td.box2top {
  background-image: url("/images/boxes/top2.gif");
  background-repeat: no-repeat;
  width: 360px;
  height: 13px;
}

td.box2bottom {
  background-image: url("/images/boxes/bottom2.gif");
  background-repeat: no-repeat;
  width: 360px;
  height: 13px;
}

td.box2middle {
  background-image: url("/images/boxes/middle2.gif");
  background-repeat: repeat-y;
  width: 360px;
  vertical-align: top;
}

div.boxInner {
  padding: 0 14px;
}

div.boxInner h2 {
  margin-top: 0;
}

#p7menubar {
height: 36px;
}

#p7menubar ul {
margin: 0;
padding: 10px 10px 0 0;
list-style-type: none;
}

#p7menubar li {
float: left;
margin: 0 2px 0 0;
padding: 0 0 0 10px;
background-image: url(images/yellow-tabs/left.jpg);
background-repeat: no-repeat;
}

#p7menubar a {
float:left;
display:block;
padding:5px 15px 5px 5px;
text-decoration:none;
color:#666;
background-image: url(images/yellow-tabs/right.jpg);
background-repeat: no-repeat;
background-position: right top;
}

#p7menubar a:hover {
color:#E00000;
}

#p7menubar li:hover, #p7menubar li.p7hvr {
color:#E00000;
background-image: url(images/yellow-tabs/left_on.jpg);
}

#p7menubar li:hover a, #p7menubar li.p7hvr a {
background-position:right top;
background-image: url(images/yellow-tabs/right_on.jpg);
color: #E00000;
}

#p7menubar .current {
background-image: url(images/yellow-tabs/left_on.jpg) !important;
}
#p7menubar .current a {
background-image: url(images/yellow-tabs/right_on.jpg) !important;
color: #000000 !important;
cursor: default;
font-weight: bold !important;
}
