/* @override http://localhost:8080/css/pointermenu.css */

/*Credits: Dynamic Drive CSS Library */

/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu {
  background: #0068b3;
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

* html #pointermenu {
  padding-bottom: 8px;
}

#pointermenu ul {
  padding-left: 8px;
  font: bold 13px Verdana;
  background-color: #0068b3;
  background: #0068b3;
  margin-bottom: 0;
}

* html #pointermenu ul {
  /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
  margin-bottom: 1em;
  margin-left:7px;
  /*menu offset from left edge of window in IE*/
}

#pointermenu ul li {
  display: inline;
  margin: 0;
}

#pointermenu ul li a.nav {
  text-align: center;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 15px 7px 7px;
}

#pointermenu ul li a.nav:visited {
  color: white;
}

/* hover and selected link */
#pointermenu ul li a.nav:hover, #pointermenu ul li a#selected {
  color: yellow;
  background: url(../images/pointer.gif) bottom center no-repeat;
}

#pointermenu ul li a#rightcorner {
  padding-right: 0;
  padding-left: 2px;
}