.menug {
	color: white;
	background: url(../img/button7.png);
	width: 100%;
}

.menug td a:hover  {
      background-color: transparent;
      background: url(../img/button7.png);  
    }

.menug td a:active {
	color: red;
}

.menug td a:link {
	color: red;

}

.menug td  a {
	height:35px;
	line-height:35px;


}

.menub {
	color: white;
	background: url(../img/button7.png);
	width: 200px;

}

.menub td a:hover  {
      color: white;
      background: url(../img/button7.png);
    }

.menub td a:active {
	color: red;
}

.menub td a:link {
	color: red;

}

.menub td  a {
	height:35px;
	line-height:35px;


}
