@charset "utf-8";
/* CSS Document */

#template-selector {
  width: 100%;
  color: #fff;
  height: 25px;
  background: #185789 url(background.gif) repeat-x;
  border-bottom: 3px solid #ccc;
  padding: 5px 0px;
}

.selector-menu {
  float: right;
  margin-right: 10%;
  margin-top: 5px;
}

#selector-logo {
 width: 200px;
 height: 25px;
 margin-left: 10%;
 float: left;
 background: transparent url(logo.gif) no-repeat top;
}

.selector-button {
 float: right;
 margin-right: 30px;
}

.selector-button a { 
  color: #994800;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  font-family: arial;
  background: transparent url(button.gif) no-repeat; 
  height: 18px; 
  width: 127px; 
  float: left;
  padding: 4px 0px;
  border: 1px solid #666666;
  border-top: none;
  border-bottom: none;
}
.selector-button a:hover { background-position: 0 -25px;}