    .divmenu {
	width: 980px;
	height: 35px;/*40*/
	background:url("img/fondo_menu.gif") repeat-x;
	border-bottom:4px solid #FFFFFF;
	}
	
	/*.menu {
      float:left;
      width:980px;  100%
      background:url("img/fondo_menu.gif") repeat-x;
      font-size:13px;
      line-height:normal;
      }*/
    .menu ul {
      margin:0;
      padding:0;
      list-style:none;
      font:bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	  text-transform: uppercase;
      }
    .menu li {
      display:inline;
      margin:0;
      padding:0;
      
      }
    .menu a {
      float:left;
      /*background:url("left_both.gif") no-repeat left top;*/
      margin:0;
      padding:0 0 0 9px;
      /*border-bottom:1px solid #765;*/
      text-decoration:none;
	  cursor:pointer;
      }
    .menu a span {
      float:left;
      display:block;
      /*background:url("right_both.gif") no-repeat right top;*/
      padding:5px 16px 4px 15px;
      font-weight:bold;
      color:#ffffff;
    
      }
      
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a span {float:none;}
    /* End IE5-Mac hack */
    #header a:hover span {
      color:#981d1d;
      }

    .menu a:hover {
	background:url("img/top_btn_h.gif") no-repeat center bottom;
      /*background-position:0% -150px;*/
	  
        border-width:0;
      }
    .menu a:hover span {
	/* background-position:100% -150px;
      padding-bottom:5px;*/
	color:#FFF;
		text-decoration:underline;
      }

    .menu li.activelink a{
    background:url("img/top_btn_h.gif") no-repeat center bottom;
    }
    
    .menu li.activelink span {
    color:#FFF;
	text-decoration:underline;
      }




