/* greymenu - imvisible.info Nov/18/2008 */

.greymenu {  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #949494 url(../imgs/greymenu-inactive-tile.jpg) repeat-x left top;
  text-align: center;
  overflow: auto;
  height: 1%;
}

.greymenu ul {
  overflow: auto; 
  padding: 0 37px;
  margin-left:65px;
  list-style-type: none;
}

.greymenu ul li {
  float: left;
  height: 1%;
  padding: 4px;
}

.greymenu ul li a {
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 7px 15px;
  text-decoration: none;
}
.greymenu ul li a.new {
color:red;
}

.greymenu ul li a.greymenu-active {
  background: #989898 url(../imgs/greymenu-active-tile.jpg) repeat-x left top;
  text-decoration: none;
}

.greymenu ul li a:hover {
  background: #989898 url(../imgs/greymenu-active-tile.jpg) repeat-x left top;
  text-decoration: none;
}

/* greymenu typo */

.greymenu ul li a {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
}