/* Start of CMSMS style sheet 'menu' */
.menu{

}
.menutop {
  width: 176px;
  height: 23px;
  background-image: url("/uploads/images/menutop.gif");
  background-repeat:no-repeat;
}
.menubottom {
  width: 176px;
  height: 13px;
  background-image: url("/uploads/images/menubottom.gif");
  background-repeat:no-repeat;
}
.menurow {
  width: 176px;
  height: 27px;
  background-image: url("/uploads/images/menubg.gif");
  background-repeat:no-repeat; 
  text-align:left;
  cursor: pointer; cursor: hand;
}
.menurowactive{
  width: 176px;
  height: 27px;
  background-image: url("/uploads/images/menubg_over.gif");
  background-repeat:no-repeat; 
  text-align:left;
  cursor: default;
}
.menurowover{
  width: 176px;
  height: 27px;
  background-image: url("/uploads/images/menubg_over.gif");
  background-repeat:no-repeat; 
  text-align:left;
  cursor: pointer; cursor: hand;
}

.submenurow{
  width: 176px;
  height: 27px;
  text-align:left;
  text-indent:30px;
  background-image: url("/uploads/images/menubg.gif");
  background-repeat:no-repeat; 
  cursor: pointer; cursor: hand;
}
.submenurowactive{
  width: 176px;
  height: 27px;
  text-align:left;
  text-indent:30px;
  background-image: url("/uploads/images/menubg_over.gif");
  cursor: default;
}
.submenurowover{
  width: 176px;
  height: 27px;
  text-align:left;
  text-indent:30px;
  background-image: url("/uploads/images/menubg_over.gif");
  background-repeat:no-repeat; 
  cursor: pointer; cursor: hand;
}
/* End of 'menu' */

