/* Yahoo Menu mods */
/* take the yuimenubarnav class off the menubar div to drop the arrows from the drop down menus and take the yui-skin-sam class off the body to customize the look. */

div.bmenu {
  background-color: #EDEDED;
  background-repeat: no-repeat;
  background-position: top right;
}
div.bmenu li.yuimenubaritem {
  border-color: #EDEDED; 
  border-width: 0pt;
  border-right: 2px solid #F00;
  padding: 2px 15px;
}

div.bmenu li a, 
div.bmenu li a:visited {
  color: #F00;
  font-size: 93%;
  font-weight: bold;
  font-family: Verdana, Arial;
  text-decoration: none;
}
div.bmenu li a:hover {
  color: #36C;
}

/* other mods */

body {
  background-color: #FFF;
  padding: 10px;
}

div.content {
/*  font-size: 108%; */
  font-family: Verdana, Arial;
  padding: 0px 5px; 
  text-align: justify;
}
a:link, a:visited {
color:#0000FF;
text-decoration:underline;
}
a:hover, a:active {
color:#000000;
text-decoration:none;
}
