.banner {
  width:100%;
}

.banner .left {
  width:99%;
}

.banner .right {
  text-align:right;
  width:1%;
}

#logo {
  float: right;
  font-family:Verdana, Helvetica, sans-serif;
  font-size: 32px;
  background-color:#036;

  background-image: url("zigzagdark.jpg");
  background-position: 10px 10px;
  background-repeat: repeat-x;
  background-attachment: fixed;

  color: black;
  padding: 2px;
}

#logo td {
  text-align: center;
  vertical-align:middle; 
  width: 40px;
  height: 40px;
  padding: 0px;
  border: 0px none;
}

#logo .p {
  background-color:gold;
}

#logo .a {
  background-color:#F33;
}

#logo .r {
  background-color:#F33;
}

#logo .i {
  background-color:#F33;
}

#logo .b {
  background-color:#F33;
}

#logo .u {
  background-color:#F33;
}

#logo .s {
  background-color:gold;
}

.linkbar {
  margin:0px;
  padding-top:10px;
  padding-bottom:10px;
  text-align:left;
  white-space:nowrap;

  clear:both;
}

.linkbar a {
  margin-right: 15px;
  padding: 2px 5px;
  font-size: 14px;

  color:white;
  text-decoration:none;

  border-width: 2px 2px;
  border-style: solid;
  border-color: #036 #999 #666 #036;

  background-color: #036;
/*
  background-image: url("zigzagdark.jpg");
  background-position: 10px 10px;
  background-repeat: repeat-x;
  background-attachment: fixed;
*/
}

.linkbar a:hover {
  border-color: black gold gold black;
  text-decoration: none;
}

.linkbar .selected {
  background-color: #036;
  color:gold;
  border-style: solid;
  border-color: #666 gold gold #666;
}

.linkbar a.selected:hover {
  border-color: #666 gold gold #666;
}

.sub-linkbar {
  margin:0px;
  padding-top: 15px;
  padding-bottom: 5px;
  line-height: 20px;
}

.sub-linkbar a {
  border: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 4px 3px 2px 3px;
  margin-right: 8px;

  background-color:#036;
/*
  background-image: url("zigzagdark.jpg");
  background-position: 10px 10px;
  background-repeat: repeat-x;
  background-attachment: fixed;
*/
}

.sub-linkbar .selected {
  color:white;
  text-decoration:none;
}

.sub-linkbar a:hover {
  text-decoration: underline;
}

.sub-linkbar .selected:hover {

}

